Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Mitchell <mark@codesourcery.com>1999-07-01 01:00:59 +0400
committerMark Mitchell <mark@codesourcery.com>1999-07-01 01:00:59 +0400
commitccc329f000e031381dcc765812fa6b55dbcd165c (patch)
tree92176595e6a437ad9d6459a13618c9e90403e985 /configure.in
parent386449a2f88e200a2c33360c0e1a433256183a28 (diff)
* configure.in: Build ld on IRIX6.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index e4e5c43c6..c286a0456 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"