diff options
| author | KATO Takenori <kato@FreeBSD.org> | 2000-08-12 07:37:19 +0000 |
|---|---|---|
| committer | KATO Takenori <kato@FreeBSD.org> | 2000-08-12 07:37:19 +0000 |
| commit | 9300e1bae2cdb49131fb8ea50ddbeb16bc84d1fb (patch) | |
| tree | f43e1745b601dd3c4844492f3d16b89f7af8d3f5 | |
| parent | e2c9a41a3c12e1664e073f3df031dd1fde72287c (diff) | |
Notes
| -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 8428828ad950..65ba9310bcb9 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 |
