From 709b7c8073cf9d9f35871ce845efc8e61034544a Mon Sep 17 00:00:00 2001 From: bde Date: Thu, 26 Feb 2004 07:50:56 +0000 Subject: 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. --- gnu/usr.bin/cc/f771/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit v1.1