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:
parent
551d79e177
commit
cf47cae1f5
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=108149
@ -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 \
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user