diff options
author | ru <ru@FreeBSD.org> | 2004-02-07 14:32:06 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2004-02-07 14:32:06 +0000 |
commit | db4c9bf67ff0dbeda43dc2ae06b3abbf92c3214e (patch) | |
tree | 113d7a9b5125784977e051ad8b7f1d863d4dd190 /sys/boot/i386/gptboot/Makefile | |
parent | b6d44d65d8db173967f86fa3fd64a549926e5fa5 (diff) | |
download | FreeBSD-src-db4c9bf67ff0dbeda43dc2ae06b3abbf92c3214e.zip FreeBSD-src-db4c9bf67ff0dbeda43dc2ae06b3abbf92c3214e.tar.gz |
- Removed -elf which is not a valid gcc(1) option anymore.
- Removed -ffreestanding; it's enforced by ../Makefile.inc.
Diffstat (limited to 'sys/boot/i386/gptboot/Makefile')
-rw-r--r-- | sys/boot/i386/gptboot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile index 830ef15..f1585daa 100644 --- a/sys/boot/i386/gptboot/Makefile +++ b/sys/boot/i386/gptboot/Makefile @@ -25,7 +25,7 @@ AFLAGS+=--defsym FLAGS=${B1FLAGS} \ --defsym SIOFMT=${B2SIOFMT} \ --defsym SIOSPD=${BOOT_COMCONSOLE_SPEED} -CFLAGS= -elf -ffreestanding -Os -fno-builtin \ +CFLAGS= -Os \ -fno-guess-branch-probability -fomit-frame-pointer\ -mno-align-long-strings \ -mrtd \ |