From cf47cae1f526497a8d7eafb472319b5a4e47bfb7 Mon Sep 17 00:00:00 2001 From: "David E. O'Brien" Date: Sat, 21 Dec 2002 02:03:31 +0000 Subject: [PATCH] -mno-align-long-strings can make things smaller, so lets use it in hopes that it does here. --- sys/boot/i386/boot2/Makefile | 1 + sys/boot/i386/gptboot/Makefile | 1 + 2 files changed, 2 insertions(+) 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 \