mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-09 19:12:24 +08:00
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:
@ -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//'`
|
||||
;;
|
||||
|
Reference in New Issue
Block a user