diff options
author | Mark Mitchell <mark@codesourcery.com> | 1999-06-30 21:00:59 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 1999-06-30 21:00:59 +0000 |
commit | 106117aa9f2948a25030e85b9bcac81f43fdce3e (patch) | |
tree | 61ef2e299c28fbd84da0ee2b1780ce5e8729da79 /configure.in | |
parent | dc8319788003735291d8fa17bab7057682b1328e (diff) | |
download | gdb-106117aa9f2948a25030e85b9bcac81f43fdce3e.zip gdb-106117aa9f2948a25030e85b9bcac81f43fdce3e.tar.gz gdb-106117aa9f2948a25030e85b9bcac81f43fdce3e.tar.bz2 |
* configure.in: Build ld on IRIX6.
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in index e4e5c43..c286a04 100644 --- a/configure.in +++ b/configure.in @@ -784,9 +784,9 @@ case "${target}" in noconfigdirs="$noconfigdirs ld gprof emacs target-libgloss" ;; mips*-*-irix6*) - # The GNU assembler and linker do not support IRIX 6. + # The GNU assembler does not support IRIX 6. # emacs is emacs 18, which does not work on Irix 5 (emacs19 does work) - noconfigdirs="$noconfigdirs ld gas gprof emacs target-libgloss" + noconfigdirs="$noconfigdirs gas gprof emacs target-libgloss" ;; mips*-dec-bsd*) noconfigdirs="$noconfigdirs gprof target-libgloss" |