summaryrefslogtreecommitdiffstats
path: root/sys/boot/i386/boot2/Makefile
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2004-02-07 14:32:06 +0000
committerru <ru@FreeBSD.org>2004-02-07 14:32:06 +0000
commitdb4c9bf67ff0dbeda43dc2ae06b3abbf92c3214e (patch)
tree113d7a9b5125784977e051ad8b7f1d863d4dd190 /sys/boot/i386/boot2/Makefile
parentb6d44d65d8db173967f86fa3fd64a549926e5fa5 (diff)
downloadFreeBSD-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/boot2/Makefile')
-rw-r--r--sys/boot/i386/boot2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile
index 830ef15..f1585daa 100644
--- a/sys/boot/i386/boot2/Makefile
+++ b/sys/boot/i386/boot2/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 \
OpenPOWER on IntegriCloud