diff options
author | Nick Clifton <nickc@redhat.com> | 2004-11-18 16:20:11 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-11-18 16:20:11 +0000 |
commit | 444bf5f39e21b0ff755f500c7f62a34f20c0dcc4 (patch) | |
tree | ec65cbf7530f1440c257b182bc09540f9247e9e0 /gas/configure.in | |
parent | 15f5e61fb4f836f29bad77427b05b9b4b38ab156 (diff) | |
download | gdb-444bf5f39e21b0ff755f500c7f62a34f20c0dcc4.zip gdb-444bf5f39e21b0ff755f500c7f62a34f20c0dcc4.tar.gz gdb-444bf5f39e21b0ff755f500c7f62a34f20c0dcc4.tar.bz2 |
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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in index 0de1d75..b79617a 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 ;; |