Put back mips-dec-bsd* case.
authorKen Raeburn <raeburn@cygnus>
Wed, 3 Mar 1993 19:44:17 +0000 (19:44 +0000)
committerKen Raeburn <raeburn@cygnus>
Wed, 3 Mar 1993 19:44:17 +0000 (19:44 +0000)
With a comment this time, so maybe zoo will realize it's not a no-op.

ChangeLog
configure.in

index 096651d6ac73c03d683b1541f841638c5bd00419..73101a6c618129337611765e47b4a6ade851f9b4 100644 (file)
--- 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>)
index c3d927d2a3880cac12d29d1e5651acfd7ae45ef6..cebed36072209842b620a56a476c2b5cb8f07e63 100644 (file)
@@ -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//'`
     ;;