* mt-gnu (CXXFLAGS): Include SYSROOT_CFLAGS_FOR_TARGET.

From-SVN: r102439
This commit is contained in:
Mark Mitchell 2005-07-27 18:55:12 +00:00 committed by Mark Mitchell
parent 2c01f8df1e
commit 7f28e312cf
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2005-07-27 Mark Mitchell <mark@codesourcery.com>
* mt-gnu (CXXFLAGS): Include SYSROOT_CFLAGS_FOR_TARGET.
2005-07-16 Kelley Cook <kcook@gcc.gnu.org>
* all files: Update FSF address.

View File

@ -1 +1 @@
CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -D_GNU_SOURCE
CXXFLAGS_FOR_TARGET = $(CXXFLAGS) $(SYSROOT_CFLAGS_FOR_TARGET) -D_GNU_SOURCE