From e610502b1eca90e603b582f53ff78fd653d83f44 Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 29 Jun 1997 21:36:33 +0000 Subject: Configure static linkage in the normal way (default to -static using NOSHARED?= yes). Split long lines. --- gnu/usr.bin/ld/Makefile | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'gnu') 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 -- cgit v1.1