summaryrefslogtreecommitdiff
path: root/gcc/Makefile.in
diff options
context:
space:
mode:
authorDavid O'Brien <obrien@FreeBSD.org>2003-12-16 05:45:30 +0000
committerDavid O'Brien <obrien@gcc.gnu.org>2003-12-16 05:45:30 +0000
commitf5d394a6ea27615d78a499de59dec571a727fe73 (patch)
tree153e58cf54ff4b4437e689f429404bb11c01c10a /gcc/Makefile.in
parent84cea62612d63d8ce4b3a2c6c89aa6670fbc5bf5 (diff)
downloadgcc-f5d394a6ea27615d78a499de59dec571a727fe73.tar.gz
Makefile.in (CPPFLAGS): Initialize from configure.
2003-12-15 David O'Brien <obrien@FreeBSD.org> * Makefile.in (CPPFLAGS): Initialize from configure. Approved by: Message-ID: <87oeuarqr4.fsf@egil.codesourcery.com> From-SVN: r74669
Diffstat (limited to 'gcc/Makefile.in')
-rw-r--r--gcc/Makefile.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/Makefile.in b/gcc/Makefile.in
index 2122b5412fd..b14af5ac6a1 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 =