summaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2004-11-18 16:20:11 +0000
committerNick Clifton <nickc@redhat.com>2004-11-18 16:20:11 +0000
commitc8417589a1fb49fc28f4c2e7325ea0470eda8f33 (patch)
tree1ed75b5f987aa64e3f515fc72276b0b47d1729e3 /gas/configure.in
parent1979a80249b584f093077c99c5a0dd4360f8b5fd (diff)
downloadbinutils-redhat-c8417589a1fb49fc28f4c2e7325ea0470eda8f33.tar.gz
Enable bfd_assembler by default for the MAXQ port.
Adjust the testsuite expected disassemblies to take this into account.
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in
index 0de1d756e9..b79617af2b 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -381,7 +381,7 @@ changequote([,])dnl
m88k-motorola-sysv3*) fmt=coff em=delt88 ;;
m88k-*-coff*) fmt=coff ;;
- maxq-*-coff) fmt=coff ;;
+ maxq-*-coff) fmt=coff bfd_gas=yes ;;
mcore-*-elf) fmt=elf ;;
mcore-*-pe) fmt=coff em=pe bfd_gas=yes ;;