diff options
author | Hans-Peter Nilsson <hp@axis.com> | 2006-12-20 22:35:51 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@axis.com> | 2006-12-20 22:35:51 +0000 |
commit | 70a9be6357eb482c1b7f075078bd1c63c0553f67 (patch) | |
tree | abf75c7c4aabab533abb267ffb753bf57a950ded /sim/erc32/ChangeLog | |
parent | e80204fc86b91cf6f6e193e7c7d4a34a21c85e81 (diff) | |
download | gdb-70a9be6357eb482c1b7f075078bd1c63c0553f67.zip gdb-70a9be6357eb482c1b7f075078bd1c63c0553f67.tar.gz gdb-70a9be6357eb482c1b7f075078bd1c63c0553f67.tar.bz2 |
* configure.ac: Add test for readline, substitute READLINE.
* Makefile.in (READLINE_LIB): New substituted-contents variable.
(SIM_EXTRA_LIBDEPS): Don't set.
(SIM_EXTRA_LIBS): Use $(READLINE_LIB) instead of
../../readline/libreadline.a.
* configure: Regenerate.
Diffstat (limited to 'sim/erc32/ChangeLog')
-rw-r--r-- | sim/erc32/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sim/erc32/ChangeLog b/sim/erc32/ChangeLog index 7cb028f..3590034 100644 --- a/sim/erc32/ChangeLog +++ b/sim/erc32/ChangeLog @@ -1,3 +1,12 @@ +2006-12-20 Hans-Peter Nilsson <hp@axis.com> + + * configure.ac: Add test for readline, substitute READLINE. + * Makefile.in (READLINE_LIB): New substituted-contents variable. + (SIM_EXTRA_LIBDEPS): Don't set. + (SIM_EXTRA_LIBS): Use $(READLINE_LIB) instead of + ../../readline/libreadline.a. + * configure: Regenerate. + 2006-08-08 Daniel Jacobowitz <dan@codesourcery.com> * Makefile.in (func.o, help.o): Correct dependencies. |