diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-10 01:06:52 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-10 01:06:52 +0000 |
| commit | 07776d8fb2cc40d8e23d87e459b00b0c7cf83ba4 (patch) | |
| tree | ae0662ef920f9527c917001827ee4531195b02b0 | |
| parent | 49f523a5812e5dfb5a4a5a2bd5c880b76bb7d0eb (diff) | |
Notes
| -rw-r--r-- | sys/boot/i386/kgzldr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/kgzldr/Makefile b/sys/boot/i386/kgzldr/Makefile index 85f3b67d1045..607b68644899 100644 --- a/sys/boot/i386/kgzldr/Makefile +++ b/sys/boot/i386/kgzldr/Makefile @@ -3,7 +3,7 @@ FILES= 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 -fno-builtin +CFLAGS= -ffreestanding .if ${OBJFORMAT} == aout CFLAGS+=-O2 .else |
