artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
734b88a
)
Add -nostdlib to make sure...
author
weingart
<weingart@openbsd.org>
Thu, 17 Apr 1997 22:46:21 +0000
(22:46 +0000)
committer
weingart
<weingart@openbsd.org>
Thu, 17 Apr 1997 22:46:21 +0000
(22:46 +0000)
sys/arch/i386/stand/boot/Makefile
patch
|
blob
|
history
diff --git
a/sys/arch/i386/stand/boot/Makefile
b/sys/arch/i386/stand/boot/Makefile
index
d01b1a1
..
b5b84fb
100644
(file)
--- 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