http://bugzilla.novell.com/show_bug.cgi?id=584198
http://bugzilla.novell.com/show_bug.cgi?id=584198#c5 --- Comment #5 from Paolo Molaro <[email protected]> 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. _______________________________________________ mono-bugs maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-bugs
