diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-06-29 21:36:33 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-06-29 21:36:33 +0000 |
| commit | 29fc5d64036c6eb0f10d31a595e2ffb695ff1734 (patch) | |
| tree | d816dd60a5a0fd7ec97770d4796fcdce4ce684cb /gnu/usr.bin/ld | |
| parent | 2b7c05c611fd8409d921d0bc2fba9a7c4157d178 (diff) | |
Notes
Diffstat (limited to 'gnu/usr.bin/ld')
| -rw-r--r-- | gnu/usr.bin/ld/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gnu/usr.bin/ld/Makefile b/gnu/usr.bin/ld/Makefile index 57fdddcd6b3c..1c60e2b0b540 100644 --- a/gnu/usr.bin/ld/Makefile +++ b/gnu/usr.bin/ld/Makefile @@ -1,10 +1,12 @@ -# $Id$ +# $Id: Makefile,v 1.21 1997/02/22 15:46:17 peter Exp $ # PROG= ld -SRCS= ld.c symbol.c lib.c shlib.c warnings.c support.c rrs.c xbits.c md.c cplus-dem.c -CFLAGS += -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE) -I$(GCCDIR) -DIN_GCC -DDEMANGLE_CPLUSPLUS -LDFLAGS+= -Xlinker -Bstatic +SRCS= ld.c symbol.c lib.c shlib.c warnings.c support.c rrs.c xbits.c md.c \ + cplus-dem.c +CFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/$(MACHINE) \ + -I$(GCCDIR) -DIN_GCC -DDEMANGLE_CPLUSPLUS +NOSHARED?= yes GCCDIR= ${.CURDIR}/../../../contrib/gcc |
