Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>2005-07-27 22:00:57 +0400
committerMark Mitchell <mark@codesourcery.com>2005-07-27 22:00:57 +0400
commit9b992990df3a391dac5d0e2eb843fa1ace07f45f (patch)
tree9b83fc473995f91d8b4908bead7970a1e05e7438 /config/mt-gnu
parent09b490911cf904e41bd66f69281c4537632ff468 (diff)
* config/mt-gnu (CXXFLAGS): Include SYSROOT_CFLAGS_FOR_TARGET.
* Makefile.tpl (SYSROOT_CFLAGS_FOR_TARGET): New variable. (CFLAGS_FOR_TARGET): Use it. (CXXFLAGS_FOR_TARGET): Likewise. * Makefile.in: Regenerated. * configure.in (--with-build-sysroot): New option. * configure: Regenerated.
Diffstat (limited to 'config/mt-gnu')
-rw-r--r--config/mt-gnu2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/mt-gnu b/config/mt-gnu
index 15bf41716..f05c4f92f 100644
--- a/config/mt-gnu
+++ b/config/mt-gnu
@@ -1 +1 @@
-CXXFLAGS_FOR_TARGET = $(CXXFLAGS) -D_GNU_SOURCE
+CXXFLAGS_FOR_TARGET = $(CXXFLAGS) $(SYSROOT_CFLAGS_FOR_TARGET) -D_GNU_SOURCE