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 | |
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')
-rwxr-xr-x | gas/configure | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gas/configure b/gas/configure index f3ef240..e076a38 100755 --- a/gas/configure +++ b/gas/configure @@ -4442,7 +4442,7 @@ echo "$as_me: WARNING: GAS support for ${generic_target} is preliminary and a wo 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 ;; |