[Mono-bugs] [Bug 584198] Improvements to /proc/cpuinfo parsing on ARM, notably for qemu
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Mon Mar 1 08:26:45 EST 2010
http://bugzilla.novell.com/show_bug.cgi?id=584198
http://bugzilla.novell.com/show_bug.cgi?id=584198#c5
--- Comment #5 from Paolo Molaro <lupus at novell.com> 2010-03-01 13:26:44 UTC ---
It's not acceptable to default to the cpu on the build host.
Mono is going to need /proc also for other things on Linux, so it's a bit
futile to break mono on other setups to try and avoid it.
As I said, you could check that cpuinfo is for arm and if it isn't, assume it's
the broken qemu and that armv5+ is available.
In addition or as an alternative you could allow the flags to e set from an env
var, so you can set that when running on a broken system.
Something like:
MONO_CPU_ARCH="armv5 thumb" mono ...
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list