From 72abc018feb147db3f329cb3e87b981481b6a2cf Mon Sep 17 00:00:00 2001 From: Bruce Evans 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 25fb563e6a9b..436bf5962d6c 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.3