From 0decc84046705ac368e772da3825bd70194f3e0c Mon Sep 17 00:00:00 2001 From: Nick Clifton Date: Mon, 10 Jan 2000 19:48:27 +0000 Subject: Add arm-conix target --- gas/ChangeLog | 7 +++++++ gas/configure | 3 ++- gas/configure.in | 3 ++- 3 files changed, 11 insertions(+), 2 deletions(-) (limited to 'gas') diff --git a/gas/ChangeLog b/gas/ChangeLog index 9e73705..ffec330 100644 --- a/gas/ChangeLog +++ b/gas/ChangeLog @@ -1,3 +1,10 @@ +2000-01-10 Philip Blundell + + * configure.in (arm*-*-conix*): New target. + (arm*-*-linux-gnu*): Match instead of arm-*-linux* and + armv*-*-linux-gnu. + * configure: Regenerate. + 2000-01-03 Martin v. Loewis * config/obj-elf.c (elf_pseudo_table): Define visibility pseudos. 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 ;; diff --git a/gas/configure.in b/gas/configure.in index 697211a..9260f14 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -149,8 +149,9 @@ changequote([,])dnl 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 ;; -- cgit v1.1