CPUTYPE=pentium-m
Bartosz Fabianowski
freebsd at chillt.de
Tue Mar 15 09:07:14 PST 2005
> 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
More information about the freebsd-mobile
mailing list