aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2010-11-26 04:56:39 +0000
committerAlexandre Oliva <aoliva@redhat.com>2010-11-26 04:56:39 +0000
commit87cda2cf3f62b60931a386b2908dc2d0dd8e454f (patch)
tree0ab262a31e56c3b725711db72b747fb337f2d993 /ChangeLog
parent35515841e07297b45fdf15538808a0738acc8d9f (diff)
downloadfsf-binutils-gdb-87cda2cf3f62b60931a386b2908dc2d0dd8e454f.zip
fsf-binutils-gdb-87cda2cf3f62b60931a386b2908dc2d0dd8e454f.tar.gz
fsf-binutils-gdb-87cda2cf3f62b60931a386b2908dc2d0dd8e454f.tar.bz2
PR other/46020
* configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3. * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass. * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New. (BASE_FLAGS_TO_PASS): Use it. * configure: Rebuilt. * Makefile.in: Rebuilt.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 44be6df..fbc94ed 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2010-11-26 Alexandre Oliva <aoliva@redhat.com>
+
+ PR other/46020
+ * configure.ac (CXX_FOR_TARGET): Add -funconfigured-libstdc++-v3.
+ * Makefile.def (CXX_FOR_TARGET): Removed from flags_to_pass.
+ * Makefile.tpl (CXX_FOR_TARGET_FLAG_TO_PASS): New.
+ (BASE_FLAGS_TO_PASS): Use it.
+ * configure: Rebuilt.
+ * Makefile.in: Rebuilt.
+
2010-11-23 H.J. Lu <hongjiu.lu@intel.com>
PR binutils/12258