* configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
authorJim Wilson <wilson@tuliptree.org>
Sat, 22 Jun 1996 00:27:07 +0000 (00:27 +0000)
committerJim Wilson <wilson@tuliptree.org>
Sat, 22 Jun 1996 00:27:07 +0000 (00:27 +0000)
ChangeLog
configure.in

index 9b5a69ec927cf69de6715063946351ea34fb68c7..83f1c92842c390ed87d2f65a49af9f337e3e9865 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Fri Jun 21 17:24:48 1996  Jim Wilson  <wilson@cygnus.com>
+
+       * configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
+
 Thu Jun 20 16:57:40 1996  Ken Raeburn  <raeburn@cygnus.com>
 
        * Makefile.in (taz): Handle case where tex3patch didn't even get
index 4ec6e10972737461b24acc131c1ebc14b028725f..95a8ac354e76455b2c59a72d525892e25b52f45d 100644 (file)
@@ -510,6 +510,12 @@ case "${target}" in
     # emacs is emacs 18, which does not work on Irix 5 (emacs19 does work)
     noconfigdirs="$noconfigdirs ld gprof emacs target-libgloss"
     ;;
+  mips*-*-irix6*)
+    # The GNU linker does not support shared libraries.
+    # emacs is emacs 18, which does not work on Irix 5 (emacs19 does work)
+    # BFD does not have Irix 6 support yet.
+    noconfigdirs="$noconfigdirs bfd binutils ld gas opcodes gdb readline mmalloc sim gprof emacs target-libgloss"
+    ;;
   mips*-dec-bsd*)
     noconfigdirs="$noconfigdirs gprof target-libgloss"
     ;;
This page took 0.031274 seconds and 4 git commands to generate.