diff options
author | Nick Clifton <nickc@redhat.com> | 2004-07-07 17:28:53 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2004-07-07 17:28:53 +0000 |
commit | 1fe1f39c06f2d04c2058b902feeafe46fd1ff48b (patch) | |
tree | 7b86a452584e85765f7fb2facedad588636e177b /gas/configure | |
parent | 5c02dc5924528fb856e17cb5c7e8ea30a1f7111d (diff) | |
download | gdb-1fe1f39c06f2d04c2058b902feeafe46fd1ff48b.zip gdb-1fe1f39c06f2d04c2058b902feeafe46fd1ff48b.tar.gz gdb-1fe1f39c06f2d04c2058b902feeafe46fd1ff48b.tar.bz2 |
Add new port: crx-elf
Diffstat (limited to 'gas/configure')
-rwxr-xr-x | gas/configure | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/configure b/gas/configure index 668df15..f2c87b9 100755 --- a/gas/configure +++ b/gas/configure @@ -4202,6 +4202,7 @@ for this_target in $target $canon_targets ; do sparc86x*) cpu_type=sparc arch=sparc86x ;; sparc*) cpu_type=sparc arch=sparclite ;; # ??? See tc-sparc.c. v850*) cpu_type=v850 ;; + crx*) cpu_type=crx endian=little ;; xtensa*) cpu_type=xtensa arch=xtensa ;; m32r) cpu_type=m32r target_cpu=m32r endian=big ;; m32rle) cpu_type=m32r target_cpu=m32r endian=little ;; @@ -4263,6 +4264,8 @@ for this_target in $target $canon_targets ; do cris-*-linux-gnu*) fmt=multi bfd_gas=yes em=linux ;; cris-*-*) fmt=multi bfd_gas=yes ;; + crx-*-elf*) fmt=elf ;; + d10v-*-*) fmt=elf ;; d30v-*-*) fmt=elf ;; dlx-*-*) fmt=elf ;; |