diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-08-26 14:41:28 +0000 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-08-26 14:41:28 +0000 |
commit | df6795cee43ff10152f8a46d55ef45d195086034 (patch) | |
tree | bd8ee66dbaa8228eb89f2a0e9876ce9b5bc9b9a5 /ChangeLog | |
parent | 7ec59b9efafe625e0794f2844d99c9b7dea4c56a (diff) | |
download | gdb-df6795cee43ff10152f8a46d55ef45d195086034.zip gdb-df6795cee43ff10152f8a46d55ef45d195086034.tar.gz gdb-df6795cee43ff10152f8a46d55ef45d195086034.tar.bz2 |
Don't set HOST_LIB_PATH_bfd/HOST_LIB_PATH_opcodes
PR binutils/4970
* Makefile.def (host_modules): Rmove lib_path=.libs from bfd
and opcodes.
* Makefile.in: Regenerated.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2012-08-26 H.J. Lu <hongjiu.lu@intel.com> + + PR binutils/4970 + * Makefile.def (host_modules): Rmove lib_path=.libs from bfd + and opcodes. + * Makefile.in: Regenerated. + 2012-08-14 Diego Novillo <dnovillo@google.com> Merge from cxx-conversion branch. |