aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>2004-02-26 07:08:33 +0000
committerBruce Evans <bde@FreeBSD.org>2004-02-26 07:08:33 +0000
commitc561816b665406fedba6fd9f47eb431e4439e1e1 (patch)
treebdf509a1c55ac5553c397aee5fe4b23b64a0bd46
parent487fc28686e46780cb0c835c170cd668fb5010df (diff)
downloadsrc-c561816b665406fedba6fd9f47eb431e4439e1e1.tar.gz
src-c561816b665406fedba6fd9f47eb431e4439e1e1.zip
Backed out the residue of rev.1.13 (bogus addition of -static to CFLAGS).
Makeworld will add -static in the correct place if needed and possible. Self-hosted builds can just use the system default. Fixed some nearby style bugs (code unrelated to its comment, and comment formatting).
Notes
Notes: svn path=/head/; revision=126266
-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 de43e1d90f50..5d9535a4191e 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