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
This commit is contained in:
parent
84cea62612
commit
f5d394a6ea
@ -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
|
||||
|
@ -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 =
|
||||
|
Loading…
Reference in New Issue
Block a user