summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/ld/Makefile
diff options
context:
space:
mode:
authorPaul Richards <paul@FreeBSD.org>1993-11-09 20:39:26 +0000
committerPaul Richards <paul@FreeBSD.org>1993-11-09 20:39:26 +0000
commit129619c24560952aa621e369401d5e0ac66d9778 (patch)
tree940f5e1a0e4bd3561296215cfad45830e0486005 /gnu/usr.bin/ld/Makefile
parent68fb91760f3268199a6d61fbd25b8c5ac23078e2 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/ld/Makefile')
-rw-r--r--gnu/usr.bin/ld/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile
index ff87a3980043..39c2fe4d6e12 100644
--- a/gnu/usr.bin/ld/Makefile
+++ b/gnu/usr.bin/ld/Makefile
@@ -1,9 +1,9 @@
-# $Id: Makefile,v 1.8 1993/11/03 13:01:36 cgd Exp $
+# $Id: Makefile,v 1.4 1993/11/09 04:18:50 paul Exp $
#
PROG= ld
SRCS= ld.c symbol.c lib.c shlib.c warnings.c etc.c rrs.c xbits.c md.c
-CFLAGS += -g -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE)
+CFLAGS += -static -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE)
LDADD+= -lgnumalloc
DPADD+= /usr/lib/libgnumalloc.a