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 | 84f803dcd7be3bcc29678f3c8ccbad2f50f9036b (patch) | |
tree | 740fbaf139346098871955957d3fe9d83a0a5414 /configure.in | |
parent | 5c06b1e627c4b29c7197cc628389037704f367a7 (diff) | |
download | gdb-84f803dcd7be3bcc29678f3c8ccbad2f50f9036b.tar.gz |
* 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 e4e5c43c69d..c286a045674 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" |