diff options
| author | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-05-14 12:32:59 +0000 |
|---|---|---|
| committer | Yoshihiro Takahashi <nyan@FreeBSD.org> | 2002-05-14 12:32:59 +0000 |
| commit | 348df1aa25ecba29bc5308160496f1dec309d249 (patch) | |
| tree | e43212de1f39b6909d4ccced003d15262f93eacd /sys | |
| parent | 87c4cce00efd2b78297b0dc2362ec91426b21229 (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/boot/pc98/Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/boot/pc98/Makefile.inc b/sys/boot/pc98/Makefile.inc index 65ba9310bcb90..53653eb920f68 100644 --- a/sys/boot/pc98/Makefile.inc +++ b/sys/boot/pc98/Makefile.inc @@ -3,4 +3,4 @@ # $FreeBSD$ LOADER_ADDRESS?= 0x100000 -CFLAGS+= -mpreferred-stack-boundary=2 +CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2 |
