--- src/sys/boot/arc/loader/Makefile.orig Sun May 29 14:20:14 2005 +++ src/sys/boot/arc/loader/Makefile Sun May 29 14:20:56 2005 @@ -14,7 +14,7 @@ # Always add MI sources .PATH: ${.CURDIR}/../../common .include <${.CURDIR}/../../common/Makefile.inc> -CFLAGS+= -ffreestanding -mno-fp-regs +CFLAGS+= -ffreestanding -mno-fp-regs -mno-sse -mno-mmx CFLAGS+= -I${.CURDIR}/../../common -I${.CURDIR} CFLAGS+= -I${.CURDIR}/../../.. -I. CFLAGS+= -DLOADER --- src/sys/boot/ficl/Makefile.orig Sun May 29 14:13:10 2005 +++ src/sys/boot/ficl/Makefile Sun May 29 14:14:09 2005 @@ -11,7 +11,7 @@ CFLAGS+= -mno-fp-regs -Os .endif .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64" -CFLAGS+= -mpreferred-stack-boundary=2 +CFLAGS+= -mpreferred-stack-boundary=2 -mno-sse -mno-mmx .endif .if ${MACHINE_ARCH} == "powerpc" CFLAGS+= -msoft-float