summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorTobias Weingartner <weingart@cvs.openbsd.org>1997-04-17 22:46:22 +0000
committerTobias Weingartner <weingart@cvs.openbsd.org>1997-04-17 22:46:22 +0000
commitb4eb7eb52204cd27aad190e30e108174be1908a9 (patch)
treee9beff4e3e87250dcba11c7f434f6635876400a2 /sys/arch
parent9c18128c7e19c957c3f015168b1d275b43bb9176 (diff)
Add -nostdlib to make sure...
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/stand/boot/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/stand/boot/Makefile b/sys/arch/i386/stand/boot/Makefile
index d01b1a11838..b5b84fb74cc 100644
--- a/sys/arch/i386/stand/boot/Makefile
+++ b/sys/arch/i386/stand/boot/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.3 1997/03/31 23:06:20 mickey Exp $
+# $OpenBSD: Makefile,v 1.4 1997/04/17 22:46:21 weingart Exp $
PROG= boot
SRCS= srt0.S boot.c cmd.c conf.c
@@ -6,7 +6,7 @@ CFLAGS+=$(SACFLAGS) -I${.CURDIR}/../../../../lib/libsa -I${.CURDIR}/../libsa
AFLAGS+=-Wa,-R
# AFLAGS+=-Wa,-a
LD=ld
-LDFLAGS+=-Ttext $(START) -z -x -e start_boot -Bstatic
+LDFLAGS+=-nostdlib -Ttext $(START) -z -x -e start_boot -Bstatic
MAN= boot.8
LDADD= -L../libsa -lsa -L../libz -lz