]> Zhao Yanbai Git Server - minix.git/commitdiff
Also compile the kernel as i586 (instead of i386)
authorErik van der Kouwe <erik@minix3.org>
Fri, 22 Jul 2011 11:15:59 +0000 (13:15 +0200)
committerErik van der Kouwe <erik@minix3.org>
Fri, 22 Jul 2011 11:16:10 +0000 (13:16 +0200)
kernel/Makefile

index bbc4cb6ccbb84da81f685c7f99082150cc920b78..02293d05e7aa34e44f0a7ce2206977c740bc7641 100644 (file)
@@ -21,7 +21,6 @@ CFLAGS += -D__kernel__
 .if ${COMPILER_TYPE} == "ack"
 LDFLAGS+= -.o
 .elif ${COMPILER_TYPE} == "gnu"
-CFLAGS+=-march=i386
 CPPFLAGS+= -ffreestanding -fno-stack-protector -D_NETBSD_SOURCE
 LDFLAGS+= -T ${.CURDIR}/arch/${ARCH}/kernel.lds
 LDFLAGS+= -nostdlib -L${LIBDIR}