aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--configure.in4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 096651d..73101a6 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Wed Mar 3 11:42:39 1993 Ken Raeburn (raeburn@cygnus.com)
+
+ * configure.in: Put back mips-dec-bsd* case.
+
Tue Mar 2 21:15:58 1993 Fred Fish (fnf@cygnus.com)
(Ultrix 2.2 support from Michael Rendell <michael@mercury.cs.mun.ca>)
diff --git a/configure.in b/configure.in
index c3d927d..cebed36 100644
--- a/configure.in
+++ b/configure.in
@@ -148,6 +148,10 @@ fi
#esac
case "${target}" in
+ mips-dec-bsd*)
+# We do want to build gas in this case. So don't use the mips-*-* case
+# for this target.
+ ;;
mips-*-*)
configdirs=`echo ${configdirs} | sed -e 's/gas//'`
;;