Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 491840

Summary: dev-lang/mono - mini-mono fails to detect arm*-softfloat-linux-*, uses hardfloat instead
Product: Gentoo Linux Reporter: Mario Fetka (geos_one) <mario.fetka>
Component: Current packagesAssignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it <maintainer-needed>
Status: RESOLVED OBSOLETE    
Severity: normal CC: mario.fetka
Priority: Normal    
Version: unspecified   
Hardware: ARM   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Mario Fetka (geos_one) 2013-11-21 08:05:06 UTC
Compiling Mono on armv7 for armv5 results in creating hardfloat aware code because /proc/cpuinfo is read for the cpu detect by mini-mono mono introduced a env variable overwrite varibale to specifically force a bytecode type to generate

by setting MONO_CPU_ARCH=${CHOST/-*/} i overwrite it at eh moment
here a example used by suse spec
https://build.opensuse.org/package/view_file/openSUSE:Factory:ARM/mono-core/mono-core.spec?expand=1


Reproducible: Always
Comment 1 Pacho Ramos gentoo-dev 2016-09-21 11:01:33 UTC
is this valid with 4.6.0.150?