diff options
author | Peter Schauer <Peter.Schauer@mytum.de> | 1996-12-01 08:30:09 +0000 |
---|---|---|
committer | Peter Schauer <Peter.Schauer@mytum.de> | 1996-12-01 08:30:09 +0000 |
commit | b2107b04a5929634b096eb33cd1309e7e0f7c3b3 (patch) | |
tree | a5bf5782888d52fce3918f7d3c7046e5d9f9e2ff /configure.in | |
parent | b608274a895b5a8e9e5e805e21da530ba528b36f (diff) | |
download | gdb-b2107b04a5929634b096eb33cd1309e7e0f7c3b3.zip gdb-b2107b04a5929634b096eb33cd1309e7e0f7c3b3.tar.gz gdb-b2107b04a5929634b096eb33cd1309e7e0f7c3b3.tar.bz2 |
* configure.in (mips*-sgi-irix6*): Remove gdb and related
directories from noconfigdirs.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.in b/configure.in index 706c715..cde45ef 100644 --- a/configure.in +++ b/configure.in @@ -536,8 +536,7 @@ case "${target}" in mips*-*-irix6*) # 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 binutils ld gas gprof emacs target-libgloss" ;; mips*-dec-bsd*) noconfigdirs="$noconfigdirs gprof target-libgloss" |