Put back mips-dec-bsd* case.

With a comment this time, so maybe zoo will realize it's not a no-op.
This commit is contained in:
Ken Raeburn
1993-03-03 19:44:17 +00:00
parent b010e28320
commit 77379667ed
2 changed files with 8 additions and 0 deletions

View 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//'`
;;