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 | ccc329f000e031381dcc765812fa6b55dbcd165c (patch) | |
tree | 92176595e6a437ad9d6459a13618c9e90403e985 /configure.in | |
parent | 386449a2f88e200a2c33360c0e1a433256183a28 (diff) | |
download | newlib-ccc329f000e031381dcc765812fa6b55dbcd165c.zip newlib-ccc329f000e031381dcc765812fa6b55dbcd165c.tar.gz newlib-ccc329f000e031381dcc765812fa6b55dbcd165c.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" |