diff options
author | Brendan Kehoe <brendan@cygnus> | 1997-06-25 19:24:03 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@cygnus> | 1997-06-25 19:24:03 +0000 |
commit | 10be59aa1e4a3521c3cb21432b6a6c895bdc757c (patch) | |
tree | 6b39a5080b0741e3ca608538e8502fb878b9c80d /ChangeLog | |
parent | fe80f6384a6923b94a200fc70ff62e8e0b149873 (diff) | |
download | gdb-10be59aa1e4a3521c3cb21432b6a6c895bdc757c.zip gdb-10be59aa1e4a3521c3cb21432b6a6c895bdc757c.tar.gz gdb-10be59aa1e4a3521c3cb21432b6a6c895bdc757c.tar.bz2 |
Move gperf into the toplevel, from libg++.
* configure.in (target_tools): Add target-gperf.
(native_only): Add target-gperf.
* Makefile.in (all-target-gperf): New target, depend on
all-target-libg++.
(configure-target-gperf): Empty rule.
(ALL_TARGET_MODULES): Add all-target-gperf.
(CONFIGURE_TARGET_MODULES): Add configure-target-gperf.
(CHECK_TARGET_MODULES): Add check-target-gperf.
(INSTALL_TARGET_MODULES): Add install-target-gperf.
(CLEAN_TARGET_MODULES): Add clean-target-gperf.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,3 +1,17 @@ +Wed Jun 25 12:18:54 1997 Brendan Kehoe <brendan@lisa.cygnus.com> + + Move gperf into the toplevel, from libg++. + * configure.in (target_tools): Add target-gperf. + (native_only): Add target-gperf. + * Makefile.in (all-target-gperf): New target, depend on + all-target-libg++. + (configure-target-gperf): Empty rule. + (ALL_TARGET_MODULES): Add all-target-gperf. + (CONFIGURE_TARGET_MODULES): Add configure-target-gperf. + (CHECK_TARGET_MODULES): Add check-target-gperf. + (INSTALL_TARGET_MODULES): Add install-target-gperf. + (CLEAN_TARGET_MODULES): Add clean-target-gperf. + Mon Jun 23 10:51:53 1997 Jeffrey A Law (law@cygnus.com) * config.sub (mn10200): Recognize new basic machine. |