[Mono-bugs] [Bug 61119][Maj] Changed - NPTL enabled in Fedora Core RPMs
bugzilla-daemon@bugzilla.ximian.com
bugzilla-daemon@bugzilla.ximian.com
Thu, 19 Aug 2004 14:12:59 -0400 (EDT)
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by nordom@tlen.pl.
http://bugzilla.ximian.com/show_bug.cgi?id=61119
--- shadow/61119 2004-08-19 13:46:22.000000000 -0400
+++ shadow/61119.tmp.11055 2004-08-19 14:12:59.000000000 -0400
@@ -109,6 +109,28 @@
i686 rpms with NPTL enabled, and i386 rpms without.
------- Additional Comments From bmaurer@users.sf.net 2004-08-19 13:46 -------
Another benefit of this is that we can give GCC the -march flag. This
would allow it to do things like emit cmovCC instructions. On my AMD,
passing -march=athlon gave a noticable boost.
+
+------- Additional Comments From nordom@tlen.pl 2004-08-19 14:12 -------
+i386/i686:
+----------
+Yeah, I agree that this would be a _real_ fix :D
+
+I understand that this requires more work and compiling Mono twice,
+but it seems that it's the only complete solution for now..
+
+Hope that changing rpm's specs isn't really hard work so it can be
+done without disturbing any more important things.
+
+I rather can't help because I can't find fedora SRPMs/specs anywhere
+and likely I would rather mess than fix something, I've never done
+RPMs. But if no one is willing to do it, I can try - only point me to
+.spec file =)
+
+-march:
+-------
+Sure, -march=i686 would be nice, cmovCC is supported by i686.. But if
+you want something other than march=i386/i686, then Gentoo probably is
+the right distribution for you ;-)