aboutsummaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorNathan Sidwell <nathan@codesourcery.com>2003-07-09 11:48:24 +0000
committerNathan Sidwell <nathan@gcc.gnu.org>2003-07-09 11:48:24 +0000
commit83599948cd3ebd43bccc33de73edda68cb48d354 (patch)
tree28d18064aa81e4414f8bd04d4a36cd9fb37d2cf9 /gcc/Makefile.in
parent9ef68029dfbc6c1eba8b4af4c13504bc432afae1 (diff)
downloadgcc-83599948cd3ebd43bccc33de73edda68cb48d354.zip
gcc-83599948cd3ebd43bccc33de73edda68cb48d354.tar.gz
gcc-83599948cd3ebd43bccc33de73edda68cb48d354.tar.bz2
configure.in (BUILD_PREFIX, [...]): Set if enable coverage is on.
* configure.in (BUILD_PREFIX, BUILD_PREFIX_1): Set if enable coverage is on. * configure: Regenerated. * Makefile.in (ALL_CFLAGS): Correct its comment. From-SVN: r69136
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index ff2b409..a0003cb 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -668,9 +668,8 @@ CPPLIB_H = cpplib.h line-map.h
# autoconf inserts -DCROSS_COMPILE if we are building a cross compiler.
INTERNAL_CFLAGS = -DIN_GCC @CROSS@
-# This is the variable actually used when we compile.
-# If you change this line, you probably also need to change the definition
-# of BUILD_CFLAGS in build-make to match.
+# This is the variable actually used when we compile. If you change this,
+# you probably want to update BUILD_CFLAGS in configure.in
ALL_CFLAGS = $(X_CFLAGS) $(T_CFLAGS) \
$(CFLAGS) $(INTERNAL_CFLAGS) $(COVERAGE_FLAGS) $(WARN_CFLAGS) $(XCFLAGS) @DEFS@