From: Mark Mitchell Date: Wed, 30 Jun 1999 21:00:59 +0000 (+0000) Subject: * configure.in: Build ld on IRIX6. X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=40ccfaaf3baa70f9a5a2ddf250c277393c305cc3;p=pf3gnuchains%2Fpf3gnuchains3x.git * configure.in: Build ld on IRIX6. --- diff --git a/ChangeLog b/ChangeLog index b8aa75c266..3c1b0a61ef 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +1999-06-30 Mark Mitchell + + * configure.in: Build ld on IRIX6. + 1999-06-12 Ian Lance Taylor * Makefile.in: Change distribution targets to use bzip2 instead of diff --git a/configure.in b/configure.in index e4e5c43c69..c286a04567 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"