aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@cygnus>1993-03-03 19:44:17 +0000
committerKen Raeburn <raeburn@cygnus>1993-03-03 19:44:17 +0000
commit77379667ed0424fc7aa398ea3b4a7ad3719e669c (patch)
tree4b69e77fc38aef4e23b8813f7ea346a4ad8e0e2c /configure.in
parentb010e28320332214db1f655e1717a9b9c1bd7bf9 (diff)
downloadgdb-77379667ed0424fc7aa398ea3b4a7ad3719e669c.zip
gdb-77379667ed0424fc7aa398ea3b4a7ad3719e669c.tar.gz
gdb-77379667ed0424fc7aa398ea3b4a7ad3719e669c.tar.bz2
Put back mips-dec-bsd* case.
With a comment this time, so maybe zoo will realize it's not a no-op.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 4 insertions, 0 deletions
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//'`
;;