aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/i386/Makefile.inc
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>2000-08-11 23:23:20 +0000
committerPeter Wemm <peter@FreeBSD.org>2000-08-11 23:23:20 +0000
commit5aef48a16bdf90d8cd4f28bb3ab667ca5afba8e0 (patch)
tree1ed9b8c0d582103f72a34491d44208ad47f37ccc /sys/boot/i386/Makefile.inc
parent6d939197953f140cfdf1b696bbc44e976fc3bd13 (diff)
downloadsrc-5aef48a16bdf90d8cd4f28bb3ab667ca5afba8e0.tar.gz
src-5aef48a16bdf90d8cd4f28bb3ab667ca5afba8e0.zip
Add -mpreferred-stack-boundary=2 to CFLAGS for i386. This and libstand
reduces /boot/loader from 163840 bytes to 155648 and pxeboot from 165888 bytes to 157696 bytes.
Notes
Notes: svn path=/head/; revision=64550
Diffstat (limited to 'sys/boot/i386/Makefile.inc')
-rw-r--r--sys/boot/i386/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/i386/Makefile.inc b/sys/boot/i386/Makefile.inc
index 4c20c10ac163..fa5ea569e609 100644
--- a/sys/boot/i386/Makefile.inc
+++ b/sys/boot/i386/Makefile.inc
@@ -3,3 +3,4 @@
# $FreeBSD$
LOADER_ADDRESS?= 0x200000
+CFLAGS+= -mpreferred-stack-boundary=2