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

that it does here.
This commit is contained in:
obrien 2002-12-21 02:03:31 +00:00
parent 4c6fe2d7af
commit 355bae9314
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 \