summaryrefslogtreecommitdiffstats
path: root/gnu
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2004-02-26 07:50:56 +0000
committerbde <bde@FreeBSD.org>2004-02-26 07:50:56 +0000
commit709b7c8073cf9d9f35871ce845efc8e61034544a (patch)
treed560bc1a6380c851c6cb3da83c0e7608a4a4c326 /gnu
parentfd2c94bc06aae20fe6c885ec5804b512900bf5fc (diff)
downloadFreeBSD-src-709b7c8073cf9d9f35871ce845efc8e61034544a.zip
FreeBSD-src-709b7c8073cf9d9f35871ce845efc8e61034544a.tar.gz
Rremoved bogus -static from CFLAGS. Makeworld will add -static in the
correct place if needed and possible. Self-hosted builds can just use the system default.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/cc/f771/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/f771/Makefile b/gnu/usr.bin/cc/f771/Makefile
index 25fb563..436bf59 100644
--- a/gnu/usr.bin/cc/f771/Makefile
+++ b/gnu/usr.bin/cc/f771/Makefile
@@ -19,7 +19,7 @@ LDADD= ${LIBCC_INT}
build-tools: fini
fini: fini.o
- ${CC} -static ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
+ ${CC} ${CFLAGS} ${LDFLAGS} -o ${.TARGET} ${.ALLSRC}
CLEANFILES= fini fini.o
OpenPOWER on IntegriCloud