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:
authorDaniel Jacobowitz <drow@false.org>2003-08-28 01:17:54 +0400
committerDaniel Jacobowitz <drow@false.org>2003-08-28 01:17:54 +0400
commitcc9f0cf0af2d2ef2beb508c8438ed938b775628f (patch)
treeac942b0d31ea07b7e2cb6937e03a6d3df5cf229a /configure.in
parent7028311c04375fc50f2f52495a8982b205f1d85b (diff)
* configure.in: Set RAW_CXX_FOR_TARGET if unset.
* configure: Regenerated.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index 161ea353d..ecbb67083 100644
--- a/configure.in
+++ b/configure.in
@@ -1939,7 +1939,9 @@ libstdcxx_flags='`test ! -f $$r/$(TARGET_SUBDIR)/libstdc++-v3/scripts/testsuite_
raw_libstdcxx_flags=' -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src -L$$r/$(TARGET_SUBDIR)/libstdc++-v3/src/.libs'
if test "x${CXX_FOR_TARGET+set}" = xset; then
- :
+ if test "x${RAW_CXX_FOR_TARGET+set}" != xset; then
+ RAW_CXX_FOR_TARGET=${CXX_FOR_TARGET}
+ fi
elif test -d ${srcdir}/gcc; then
# We add -shared-libgcc to CXX_FOR_TARGET whenever we use xgcc instead
# of g++ for linking C++ or Java, because g++ has -shared-libgcc by