summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/kgzldr
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-02-07 14:35:33 +0000
committerru <ru@FreeBSD.org>2004-02-07 14:35:33 +0000
commitcf59eef9c2bab07b1bfebcdb976aa936996bae0d (patch)
tree14da762133e941724b5918c190e4be203508a886 /sys/boot/pc98/kgzldr
parentdb4c9bf67ff0dbeda43dc2ae06b3abbf92c3214e (diff)
downloadFreeBSD-src-cf59eef9c2bab07b1bfebcdb976aa936996bae0d.zip
FreeBSD-src-cf59eef9c2bab07b1bfebcdb976aa936996bae0d.tar.gz
MFi386: Removed -elf and duplicate -ffreestanding.
Diffstat (limited to 'sys/boot/pc98/kgzldr')
-rw-r--r--sys/boot/pc98/kgzldr/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/boot/pc98/kgzldr/Makefile b/sys/boot/pc98/kgzldr/Makefile
index eb249d2..a3ddf0f 100644
--- a/sys/boot/pc98/kgzldr/Makefile
+++ b/sys/boot/pc98/kgzldr/Makefile
@@ -9,8 +9,7 @@ CLEANFILES= kgzldr.o
SRCS= start.s boot.c inflate.c lib.c crt.s sio.s
OBJS= ${SRCS:N*.h:R:S/$/.o/g}
-CFLAGS= -ffreestanding
-CFLAGS+=-Os
+CFLAGS= -Os
CFLAGS+=-DKZIP
LDFLAGS=-nostdlib -static -Wl,-r
.PATH: ${.CURDIR}/../../../kern
OpenPOWER on IntegriCloud