diff options
author | Brendan Kehoe <brendan@cygnus> | 1996-07-22 20:30:04 +0000 |
---|---|---|
committer | Brendan Kehoe <brendan@cygnus> | 1996-07-22 20:30:04 +0000 |
commit | 57f69c31f36e597a47ee872df57991f1442962e8 (patch) | |
tree | 5a5d0909198b2f5d5c0131bbf536db70d613574c | |
parent | 354447a435dd197555f86e4fa87eac9f8e023e10 (diff) | |
download | gdb-57f69c31f36e597a47ee872df57991f1442962e8.zip gdb-57f69c31f36e597a47ee872df57991f1442962e8.tar.gz gdb-57f69c31f36e597a47ee872df57991f1442962e8.tar.bz2 |
* configure.in (native_only): Add prms.
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 6 insertions, 2 deletions
@@ -1,3 +1,7 @@ +Mon Jul 22 13:28:51 1996 Brendan Kehoe <brendan@lisa.cygnus.com> + + * configure.in (native_only): Add prms. + Mon Jul 22 12:27:58 1996 Ian Lance Taylor <ian@cygnus.com> * Makefile.in (GAS_SUPPORT_DIRS): Add make-all.com and setup.com. diff --git a/configure.in b/configure.in index e6af6e4..0b4dfc1 100644 --- a/configure.in +++ b/configure.in @@ -84,7 +84,7 @@ target_tools="target-examples target-groff" native_only="autoconf cvs emacs emacs19 fileutils find gawk grep gzip hello indent ispell m4 rcs recode sed shellutils tar textutils gash uudecode wdiff gprof target-groff guile perl apache inet time - bash" + bash prms" # directories to be built in a cross environment only # @@ -524,7 +524,7 @@ case "${target}" in # The GNU linker does not support shared libraries. # emacs is emacs 18, which does not work on Irix 5 (emacs19 does work) # BFD does not have Irix 6 support yet. - noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb readline mmalloc sim gprof emacs target-libgloss" +# noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb readline mmalloc sim gprof emacs target-libgloss" ;; mips*-dec-bsd*) noconfigdirs="$noconfigdirs gprof target-libgloss" |