summaryrefslogtreecommitdiffstats
path: root/sys/boot
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2002-12-21 02:03:31 +0000
committerobrien <obrien@FreeBSD.org>2002-12-21 02:03:31 +0000
commitb5dd8790dcb56a491989dfc09a86071f56ac70e7 (patch)
tree8b95485c23520d77df6d633c1376cf2c06cdef1a /sys/boot
parentb50430dafaf77b66155ba5146094cf18db2e970f (diff)
downloadFreeBSD-src-b5dd8790dcb56a491989dfc09a86071f56ac70e7.zip
FreeBSD-src-b5dd8790dcb56a491989dfc09a86071f56ac70e7.tar.gz
-mno-align-long-strings can make things smaller, so lets use it in hopes
that it does here.
Diffstat (limited to 'sys/boot')
-rw-r--r--sys/boot/i386/boot2/Makefile1
-rw-r--r--sys/boot/i386/gptboot/Makefile1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/i386/boot2/Makefile b/sys/boot/i386/boot2/Makefile
index ab0ea2f..ec7a536 100644
--- a/sys/boot/i386/boot2/Makefile
+++ b/sys/boot/i386/boot2/Makefile
@@ -36,6 +36,7 @@ BOOT2_UFS?= UFS1_AND_UFS2
CFLAGS= -elf -ffreestanding -Os -fno-builtin \
-fno-guess-branch-probability -fomit-frame-pointer\
+ -mno-align-long-strings \
-mrtd \
-D${BOOT2_UFS} \
-I${.CURDIR}/../../common \
diff --git a/sys/boot/i386/gptboot/Makefile b/sys/boot/i386/gptboot/Makefile
index ab0ea2f..ec7a536 100644
--- a/sys/boot/i386/gptboot/Makefile
+++ b/sys/boot/i386/gptboot/Makefile
@@ -36,6 +36,7 @@ BOOT2_UFS?= UFS1_AND_UFS2
CFLAGS= -elf -ffreestanding -Os -fno-builtin \
-fno-guess-branch-probability -fomit-frame-pointer\
+ -mno-align-long-strings \
-mrtd \
-D${BOOT2_UFS} \
-I${.CURDIR}/../../common \
OpenPOWER on IntegriCloud