aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorJim Wilson <wilson@cygnus.com>2000-07-06 00:50:01 +0000
committerNick Clifton <nickc@gcc.gnu.org>2000-07-06 00:50:01 +0000
commit34be2b3691b3cd19938a40e80b307491d8a7ad37 (patch)
tree2434eca24ff3a9860f51edc63c0bdf58dbdec537 /ChangeLog
parent42d18a47a03df5e4705fab06f3d78f2c0c94ce10 (diff)
downloadgcc-34be2b3691b3cd19938a40e80b307491d8a7ad37.zip
gcc-34be2b3691b3cd19938a40e80b307491d8a7ad37.tar.gz
gcc-34be2b3691b3cd19938a40e80b307491d8a7ad37.tar.bz2
Fix CXX_FOR_TARGET to add -L libstdc++
From-SVN: r34878
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 206ecff..65d19ad 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2000-07-05 Jim Wilson <wilson@cygnus.com>
+
+ * Makefile.in (CXX_FOR_TARGET): Add libstdc++ to the library
+ search path for a g++ extracted from the build tree. This
+ will allow link tests run by configure scripts in
+ subdirectories to succeed.
+
2000-06-29 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
* MAINTAINERS: Add myself as loop discovery maintainer.