diff options
author | kato <kato@FreeBSD.org> | 2000-08-12 07:37:19 +0000 |
---|---|---|
committer | kato <kato@FreeBSD.org> | 2000-08-12 07:37:19 +0000 |
commit | 249914291a3b7b98be9d3515356136857a7f3668 (patch) | |
tree | f3bc6a20cd0f2e153d1bbf6f172fba7f797c0425 /sys/boot/pc98 | |
parent | 6d2d726af5d8677931430a34bff12f7b211a9759 (diff) | |
download | FreeBSD-src-249914291a3b7b98be9d3515356136857a7f3668.zip FreeBSD-src-249914291a3b7b98be9d3515356136857a7f3668.tar.gz |
Merged from sys/boot/i386/Makefile.inc revision 1.2.
Diffstat (limited to 'sys/boot/pc98')
-rw-r--r-- | sys/boot/pc98/Makefile.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/pc98/Makefile.inc b/sys/boot/pc98/Makefile.inc index 8428828..65ba931 100644 --- a/sys/boot/pc98/Makefile.inc +++ b/sys/boot/pc98/Makefile.inc @@ -3,3 +3,4 @@ # $FreeBSD$ LOADER_ADDRESS?= 0x100000 +CFLAGS+= -mpreferred-stack-boundary=2 |