Can you try with just -mno-sse2?  I'd like to litter the compile command
line as little as possible.

I just tried. -mno-sse2 indeed is all that's required to make the kernel work. The same flag also makes the loader run again:

--- /usr/src/sys/boot/i386/loader/Makefile.old  Tue Mar 15 18:03:13 2005
+++ /usr/src/sys/boot/i386/loader/Makefile      Fri Feb 27 15:10:09 2004
@@ -40,7 +40,7 @@

CLEANFILES=    vers.c loader loader.bin loader.help

-CFLAGS+=       -Wall -mno-sse2
+CFLAGS+=       -Wall
LDFLAGS=       -static -Ttext 0x0

# i386 standalone support library
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-stable
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to