diff options
author | Phil Blundell <philb@gnu.org> | 2000-09-10 19:48:45 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2000-09-10 19:48:45 +0000 |
commit | 222f8079b1d6f6b40320964782d7491aa75bc745 (patch) | |
tree | f3621df00fcff5df5c482117aaf89515e3002202 /gas/configure.in | |
parent | 1dc349e58c8f86234f4f88ed7bfee329ee493544 (diff) | |
download | gdb-222f8079b1d6f6b40320964782d7491aa75bc745.zip gdb-222f8079b1d6f6b40320964782d7491aa75bc745.tar.gz gdb-222f8079b1d6f6b40320964782d7491aa75bc745.tar.bz2 |
2000-09-09 Philip Blundell <philb@gnu.org>
* configure.in (arm*-*-uclinux*): New target.
* configure: Regenerate.
Diffstat (limited to 'gas/configure.in')
-rw-r--r-- | gas/configure.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in index e5664b1..c576d3e 100644 --- a/gas/configure.in +++ b/gas/configure.in @@ -180,7 +180,8 @@ changequote([,])dnl arm-*-elf | thumb-*-elf) fmt=elf ;; arm*-*-conix*) fmt=elf ;; arm-*-linux*aout*) fmt=aout em=linux ;; - arm*-*-linux-gnu*) fmt=elf em=linux ;; + arm*-*-linux-gnu* | arm*-*-uclinux*) + fmt=elf em=linux ;; arm-*-netbsd*) fmt=aout em=nbsd ;; arm-*-oabi | thumb-*-oabi) fmt=elf ;; arm-epoc-pe | thumb-epoc-pe) fmt=coff em=epoc-pe ;; |