Also compile the kernel as i586 (instead of i386)
This commit is contained in:
parent
eff1369cab
commit
dcc683b4ae
1 changed files with 0 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Reference in a new issue