mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-27 04:53:28 +00:00
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.
This commit is contained in:
parent
5c3a55dea7
commit
72abc018fe
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126268
@ -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
|
||||
|
||||
|
@ -20,7 +20,7 @@ ${SCRMAPS}: ${.TARGET:R}.mk
|
||||
rm -f ${.TARGET:R}.tmp
|
||||
|
||||
${SCRMAPS_MK}: ${.TARGET:R} mkscrfil.c
|
||||
${CC} -static ${CFLAGS} -I${.CURDIR} -DFIL=\"${.TARGET:R}\" ${LDFLAGS} \
|
||||
${CC} ${CFLAGS} -I${.CURDIR} -DFIL=\"${.TARGET:R}\" ${LDFLAGS} \
|
||||
-o ${.TARGET} ${.CURDIR}/mkscrfil.c
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user