summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--gnu/usr.bin/cc/cc_tools/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/Makefile b/gnu/usr.bin/cc/cc_tools/Makefile
index de43e1d..5d9535a 100644
--- a/gnu/usr.bin/cc/cc_tools/Makefile
+++ b/gnu/usr.bin/cc/cc_tools/Makefile
@@ -7,16 +7,19 @@
# SRCS to get dependencies.
#
+#
# ../Makefile.inc will put an absolute path to our objdir in CFLAGS.
# Prevent mkdep from using it, so that we don't have to give rules for
# aliases of generated headers.
-
-CFLAGS+= -I. -static -DGENERATOR_FILE
+#
+CFLAGS+= -I.
.include "../Makefile.inc"
.PATH: ${GCCDIR}
+CFLAGS+= -DGENERATOR_FILE
+
#-----------------------------------------------------------------------
# insn-* gunk
OpenPOWER on IntegriCloud