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:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2010-03-04 20:12:46 +0300
committerRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2010-03-04 20:12:46 +0300
commit56fbdfab68cf4577781e8623fe4c6d13ca7ec727 (patch)
tree82f583003d88ecdab2c3ca8fccc027447fb2db0a /configure
parent8e75995c7f0a612de4e0f54abde67e07535ed75e (diff)
PR libstdc++/32499
* configure.ac (RANLIB): Default to true. (STRIP): Likewise. (RANLIB_FOR_TARGET): Remove superfluous : argument. * configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index fd6529879..f3212128d 100755
--- a/configure
+++ b/configure
@@ -9415,7 +9415,7 @@ fi
done
if test -z "$ac_cv_prog_RANLIB" ; then
- RANLIB=":"
+ RANLIB="true"
fi
@@ -9551,7 +9551,7 @@ fi
done
if test -z "$ac_cv_prog_STRIP" ; then
- STRIP=":"
+ STRIP="true"
fi