aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Wilson <wilson@tuliptree.org>1996-06-22 00:27:07 +0000
committerJim Wilson <wilson@tuliptree.org>1996-06-22 00:27:07 +0000
commit79a2d56d81168ea220f7a7f064f272e3f19eb434 (patch)
tree42200deec2796e750661e5382900eec81efc8784
parent817ef338110749e303f497f31ef47e096cc570c5 (diff)
downloadgdb-79a2d56d81168ea220f7a7f064f272e3f19eb434.zip
gdb-79a2d56d81168ea220f7a7f064f272e3f19eb434.tar.gz
gdb-79a2d56d81168ea220f7a7f064f272e3f19eb434.tar.bz2
* configure.in (mips*-sgi-irix6*): Set noconfigdirs appropriately.
-rw-r--r--ChangeLog4
-rw-r--r--configure.in6
2 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9b5a69e..83f1c92 100644
--- 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
diff --git a/configure.in b/configure.in
index 4ec6e10..95a8ac3 100644
--- a/configure.in
+++ b/configure.in
@@ -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"
;;