diff options
author | Ian Lance Taylor <ian@airs.com> | 2010-10-20 15:43:40 +0000 |
---|---|---|
committer | Ian Lance Taylor <ian@airs.com> | 2010-10-20 15:43:40 +0000 |
commit | 18a8530e50d991c60e4eaa183daebc95213a3fb7 (patch) | |
tree | 5ca0f96d4099c6d89db68923300339eaf1bc4c7d /ChangeLog | |
parent | c9484ea5b3fb276265a52a420c9bd945b1a4f769 (diff) | |
download | gdb-18a8530e50d991c60e4eaa183daebc95213a3fb7.zip gdb-18a8530e50d991c60e4eaa183daebc95213a3fb7.tar.gz gdb-18a8530e50d991c60e4eaa183daebc95213a3fb7.tar.bz2 |
* Makefile.def (target_modules): Set lib_path to src/.libs for
libstdc++-v3 module.
* Makefile.tpl: Fix typo in TARGET_LIB_PATH comment.
* Makefile.in: Rebuild.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2010-10-20 Ian Lance Taylor <iant@google.com> + + * Makefile.def (target_modules): Set lib_path to src/.libs for + libstdc++-v3 module. + * Makefile.tpl: Fix typo in TARGET_LIB_PATH comment. + * Makefile.in: Rebuild. + 2010-10-08 Bernd Schmidt <bernds@codesourcery.com> Joseph Myers <joseph@codesourcery.com> |