summaryrefslogtreecommitdiffstats
path: root/sys/boot/pc98/Makefile.inc
diff options
context:
space:
mode:
authornyan <nyan@FreeBSD.org>2004-02-09 16:01:45 +0000
committernyan <nyan@FreeBSD.org>2004-02-09 16:01:45 +0000
commit95fdeae578a3e59b1b367c2a6110fb2b37e8bcc0 (patch)
treebfa91e9031f74bd45478a1f392344af812dfd705 /sys/boot/pc98/Makefile.inc
parent801e658cdd4ee7e5d845318ee79c08f07be63ef5 (diff)
downloadFreeBSD-src-95fdeae578a3e59b1b367c2a6110fb2b37e8bcc0.zip
FreeBSD-src-95fdeae578a3e59b1b367c2a6110fb2b37e8bcc0.tar.gz
MFi386: Factor out -nostdlib and use PROG.
Diffstat (limited to 'sys/boot/pc98/Makefile.inc')
-rw-r--r--sys/boot/pc98/Makefile.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/boot/pc98/Makefile.inc b/sys/boot/pc98/Makefile.inc
index 86f1400..0c17dd0 100644
--- a/sys/boot/pc98/Makefile.inc
+++ b/sys/boot/pc98/Makefile.inc
@@ -6,6 +6,7 @@ BINDIR?= /boot
LOADER_ADDRESS?=0x100000
CFLAGS+= -ffreestanding -mpreferred-stack-boundary=2
+LDFLAGS+= -nostdlib
# BTX components
.if exists(${.OBJDIR}/../btx)
OpenPOWER on IntegriCloud