disable mmx/sse here too. hopefully fixes amd64 /boot issues.
certainly changes the output in ways that gcc 4.1 doesn't.
This commit is contained in:
parent
d6e8830ca4
commit
f63becec07
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile.boot,v 1.54 2011/07/01 01:26:16 mrg Exp $
|
||||
# $NetBSD: Makefile.boot,v 1.55 2011/08/22 09:43:08 mrg Exp $
|
||||
|
||||
S= ${.CURDIR}/../../../../..
|
||||
|
||||
@ -51,6 +51,8 @@ CPUFLAGS= -march=i386 -mtune=i386
|
||||
.endif
|
||||
.endif
|
||||
|
||||
CFLAGS+= -mno-sse -mno-sse2 -mno-sse3
|
||||
|
||||
COPTS+= -ffreestanding
|
||||
CFLAGS+= -Wall -Wmissing-prototypes -Wstrict-prototypes
|
||||
CPPFLAGS+= -nostdinc -D_STANDALONE
|
||||
|
Loading…
Reference in New Issue
Block a user