Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 491840 - dev-lang/mono - mini-mono fails to detect arm*-softfloat-linux-*, uses hardfloat instead
Summary: dev-lang/mono - mini-mono fails to detect arm*-softfloat-linux-*, uses hardfl...
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: ARM Linux
: Normal normal (vote)
Assignee: No maintainer - Look at https://wiki.gentoo.org/wiki/Project:Proxy_Maintainers if you want to take care of it
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-21 08:05 UTC by Mario Fetka (geos_one)
Modified: 2022-11-22 13:39 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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?