diff options
-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 57fdddc..1c60e2b 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 |