diff options
| author | Nate Williams <nate@FreeBSD.org> | 1994-12-23 22:31:35 +0000 |
|---|---|---|
| committer | Nate Williams <nate@FreeBSD.org> | 1994-12-23 22:31:35 +0000 |
| commit | 61f9ce8d32ffafb73e35ba799825344928652705 (patch) | |
| tree | 44d4ecee16a0e6d497426a41a2bdd4542c4c3342 /gnu/usr.bin/ld/Makefile | |
| parent | 3ed375cb277c692d1004086a59c2c58ea0cfb555 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/ld/Makefile')
| -rw-r--r-- | gnu/usr.bin/ld/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile index 6b484e68fe75..218164eee68e 100644 --- a/gnu/usr.bin/ld/Makefile +++ b/gnu/usr.bin/ld/Makefile @@ -1,13 +1,13 @@ -# $Id: Makefile,v 1.14 1994/02/14 10:02:13 rgrimes Exp $ +# $Id: Makefile,v 1.15 1994/08/19 12:24:45 davidg Exp $ # PROG= ld SRCS= ld.c symbol.c lib.c shlib.c warnings.c etc.c rrs.c xbits.c md.c CFLAGS += -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE) +LDFLAGS+= -Xlinker -Bstatic +DPADD+= $(LIBGNUMALLOC) LDADD+= -lgnumalloc -DPADD+= /usr/lib/libgnumalloc.a -LDFLAGS+= -Xlinker -Bstatic SUBDIR= ldconfig ldd .if !defined(NOPIC) |
