aboutsummaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cc_tools/Makefile
diff options
context:
space:
mode:
authorJohn Birrell <jb@FreeBSD.org>1998-08-20 21:45:46 +0000
committerJohn Birrell <jb@FreeBSD.org>1998-08-20 21:45:46 +0000
commit62d43a3bfcc2f308fa96d56e311361b35535118b (patch)
tree48e78c20ad4ce560d865788402f9a6d2c8f2b283 /gnu/usr.bin/cc/cc_tools/Makefile
parent6bdef94d873c4ff849a9341f03ed5577171a4107 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cc_tools/Makefile')
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index 550208f24383..42a13c8c6a3e 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -1,5 +1,5 @@
#
-# $Id: Makefile,v 1.11 1998/04/23 16:30:51 bde Exp $
+# $Id: Makefile,v 1.12 1998/07/07 01:46:41 bde Exp $
#
#
@@ -27,7 +27,7 @@ bc-$i.h: bi-$i bytecode.def
./bi-$i < ${GCCDIR}/bytecode.def > bc-$i.h
bi-$i: bi-$i.o bi-parser.o bi-lexer.o bi-reverse.o
- ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
+ ${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
GENSRCS+= bc-$i.h bi-$i.c
CLEANFILES+= bi-$i
@@ -59,7 +59,7 @@ GENSRCS+= insn-$i.c
build-tools: gen$i
gen$i: gen$i.o rtl.o obstack.o
- ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
+ ${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
GENSRCS+= gen$i.c
CLEANFILES+= gen$i
@@ -69,7 +69,7 @@ CLEANFILES+= gen$i
build-tools: gen$i
gen$i: gen$i.o rtl.o rtlanal.o print-rtl.o obstack.o
- ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
+ ${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
GENSRCS+= gen$i.c
CLEANFILES+= gen$i