aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/ChangeLog4
-rw-r--r--gcc/Makefile.in2
2 files changed, 6 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog
index 950083c..2cfcc88 100644
--- a/gcc/ChangeLog
+++ b/gcc/ChangeLog
@@ -1,3 +1,7 @@
+2003-12-15 David O'Brien <obrien@FreeBSD.org>
+
+ * Makefile.in (CPPFLAGS): Initialize from configure.
+
2003-12-15 Roger Sayle <roger@eyesopen.com>
PR middle-end/13400
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 2122b54..b14af5a 100644
--- a/gcc/Makefile.in
+++ b/gcc/Makefile.in
@@ -194,6 +194,8 @@ SYSCALLS.c.X-warn = -Wno-strict-prototypes -Wno-error
# $(GCC_WARN_CFLAGS), or nothing.
WARN_CFLAGS = @warn_cflags@
+CPPFLAGS = @CPPFLAGS@
+
# These exists to be overridden by the x-* and t-* files, respectively.
X_CFLAGS =
T_CFLAGS =