summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>2002-12-21 02:03:31 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>2002-12-21 02:03:31 +0000
commitcf47cae1f526497a8d7eafb472319b5a4e47bfb7 (patch)
tree8b95485c23520d77df6d633c1376cf2c06cdef1a
parent551d79e177cc92e8d87f32ed37caa571a61036c9 (diff)
Notes
-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 ab0ea2f19392..ec7a536a3a7f 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 ab0ea2f19392..ec7a536a3a7f 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 \