1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-11 14:10:34 +00:00

-mno-align-long-strings can make things smaller, so lets use it in hopes

that it does here.
This commit is contained in:
David E. O'Brien 2002-12-21 02:03:31 +00:00
parent 551d79e177
commit cf47cae1f5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108149
2 changed files with 2 additions and 0 deletions

View File

@ -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 \

View File

@ -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 \