diff options
author | Nick Clifton <nickc@redhat.com> | 2000-01-10 19:48:27 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-01-10 19:48:27 +0000 |
commit | 0decc84046705ac368e772da3825bd70194f3e0c (patch) | |
tree | 33f7f972636eab319175c8356eeffaab8bb52882 /gas/configure | |
parent | 7bea2f730c47a5b0bf69bd60b88dcffc9d442d6a (diff) | |
download | gdb-0decc84046705ac368e772da3825bd70194f3e0c.zip gdb-0decc84046705ac368e772da3825bd70194f3e0c.tar.gz gdb-0decc84046705ac368e772da3825bd70194f3e0c.tar.bz2 |
Add arm-conix target
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/configure b/gas/configure index 06c44f3..82c0da4 100755 --- a/gas/configure +++ b/gas/configure @@ -2032,8 +2032,9 @@ for this_target in $target $canon_targets ; do arm-*-aout) fmt=aout ;; arm-*-coff | thumb-*-coff) fmt=coff ;; arm-*-elf | thumb-*-elf) fmt=elf ;; + arm*-*-conix*) fmt=elf ;; arm-*-linux*aout*) fmt=aout em=linux ;; - arm-*-linux* | armv*-*-linux-gnu) fmt=elf em=linux ;; + arm*-*-linux-gnu*) fmt=elf em=linux ;; arm-*-netbsd*) fmt=aout em=nbsd bfd_gas=yes ;; arm-*-oabi | thumb-*-oabi) fmt=elf ;; arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;; |