aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorRainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>2010-03-01 13:58:48 +0000
committerRainer Orth <ro@gcc.gnu.org>2010-03-01 13:58:48 +0000
commit8927b7c02668c81b42e64dbbfad3642becb9ce43 (patch)
tree5f0cd1ccb54070ead90f71845e142294d7284ffd /ChangeLog
parent3c775d2d898a8d71e7c2812587e6d8d71f748fc1 (diff)
downloadgcc-8927b7c02668c81b42e64dbbfad3642becb9ce43.zip
gcc-8927b7c02668c81b42e64dbbfad3642becb9ce43.tar.gz
gcc-8927b7c02668c81b42e64dbbfad3642becb9ce43.tar.bz2
re PR other/32499 (libstdc++ testsuite fails on platforms without ranlib)
libstdc++-v3: PR libstdc++/32499 * testsuite/Makefile.am (check-DEJAGNU $(check_DEJAGNU_normal_targets)): Export AR, RANLIB. * testsuite/Makefile.in: Regenerate. toplevel: PR libstdc++/32499 * configure.ac (RANLIB): Default to true. (STRIP): Likewise. (RANLIB_FOR_TARGET): Remove superfluous : argument. * configure: Regenerate. From-SVN: r157144
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7e30367..59f88e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+2010-03-01 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
+
+ PR libstdc++/32499
+ * configure.ac (RANLIB): Default to true.
+ (STRIP): Likewise.
+ (RANLIB_FOR_TARGET): Remove superfluous : argument.
+ * configure: Regenerate.
+
2010-02-17 Rafael Ávila de Espíndola <espindola@google.com>
* MAINTAINERS (Plugin, LTO, LTO plugin): Remove myself.