diff options
author | Brendan Kehoe <brendan@cygnus> | 1993-06-07 18:41:17 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@cygnus> | 1993-06-07 18:41:17 +0000 |
commit | d6c8b354e1b98c3fb9d8dfbe51d3c76109355f0e (patch) | |
tree | 1645b5298cd38f54dc9f9e3216eaf72bfb65441a | |
parent | 3756b1b9f3223a8edaebde95ef65aa966cf8b136 (diff) | |
download | gdb-d6c8b354e1b98c3fb9d8dfbe51d3c76109355f0e.zip gdb-d6c8b354e1b98c3fb9d8dfbe51d3c76109355f0e.tar.gz gdb-d6c8b354e1b98c3fb9d8dfbe51d3c76109355f0e.tar.bz2 |
* configure.in (host_tools): Add prms.
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | configure.in | 2 |
2 files changed, 12 insertions, 1 deletions
@@ -1,3 +1,14 @@ +Mon Jun 7 11:40:11 1993 Brendan Kehoe (brendan@lisa.cygnus.com) + + * configure.in (host_tools): Add prms. + +Fri Jun 4 13:30:42 1993 david d `zoo' zuhn (zoo at cirdan.cygnus.com) + + * Makefile.in: install gcc, do installation of $(INSTALL_MODULES) + with $(FLAGS_TO_PASS) on the command line + + * config.sub: Recognize lynx and lynxos + Fri Jun 4 10:59:56 1993 Ian Lance Taylor (ian@cygnus.com) * config.sub: Accept -ecoff*, not just -ecoff. diff --git a/configure.in b/configure.in index 9a806e4..d7304dd 100644 --- a/configure.in +++ b/configure.in @@ -29,7 +29,7 @@ host_libs="mmalloc libiberty opcodes bfd readline glob tcl tk tclX" # these tools are built for the host environment # host_tools="texinfo byacc flex bison binutils ld gas gcc gdb make patch - send-pr gprof gdbtest tgas etc expect dejagnu sim + prms send-pr gprof gdbtest tgas etc expect dejagnu sim m4 autoconf ispell grep diff rcs cvs fileutils shellutils textutils wdiff find emacs uudecode hello tar gzip indent recode release" |