aboutsummaryrefslogtreecommitdiff
path: root/gas/configure.in
diff options
context:
space:
mode:
authorNick Clifton <nickc@redhat.com>2000-12-01 18:19:20 +0000
committerNick Clifton <nickc@redhat.com>2000-12-01 18:19:20 +0000
commit5f68c31953d9164e640923444acf9ea7d079a98a (patch)
tree5a728e6806edb4ebaec2e5786e2f44e3349c49ff /gas/configure.in
parent2c9f0eb1fc956853e743aafe13a17f8813b776af (diff)
downloadgdb-5f68c31953d9164e640923444acf9ea7d079a98a.zip
gdb-5f68c31953d9164e640923444acf9ea7d079a98a.tar.gz
gdb-5f68c31953d9164e640923444acf9ea7d079a98a.tar.bz2
Update RTEMS targets
Diffstat (limited to 'gas/configure.in')
-rw-r--r--gas/configure.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/gas/configure.in b/gas/configure.in
index 9531d2e..e5cbba8 100644
--- a/gas/configure.in
+++ b/gas/configure.in
@@ -164,6 +164,7 @@ changequote([,])dnl
a29k-amd-udi) fmt=coff ;;
a29k-amd-ebmon) fmt=coff ;;
a29k-nyu-sym1) fmt=coff ;;
+ a29k-*-rtems*) fmt=coff ;;
a29k-*-vxworks*) fmt=coff ;;
alpha*-*-*vms*) fmt=evax ;;
@@ -178,6 +179,7 @@ changequote([,])dnl
arm-*-aout) fmt=aout ;;
arm-*-coff | thumb-*-coff) fmt=coff ;;
+ arm-*-rtems | thumb-*-rtems) fmt=elf ;;
arm-*-elf | thumb-*-elf) fmt=elf ;;
arm*-*-conix*) fmt=elf ;;
arm-*-linux*aout*) fmt=aout em=linux ;;
@@ -221,6 +223,7 @@ changequote([,])dnl
hppa-*-bsd*) fmt=som em=hppa ;;
hppa-*-hiux*) fmt=som em=hppa ;;
+ h8300-*-rtems*) fmt=coff ;;
h8300-*-coff) fmt=coff ;;
i370-*-elf* | i370-*-linux*) fmt=elf ;;
@@ -383,7 +386,9 @@ changequote([,])dnl
ns32k-pc532-netbsd* | ns32k-pc532-lites*) fmt=aout em=nbsd532 ;;
ns32k-pc532-openbsd*) fmt=aout em=nbsd532 ;;
- sparc-*-rtems*) fmt=aout ;;
+ sparc-*-rtemsaout*) fmt=aout ;;
+ sparc-*-rtemself*) fmt=elf ;;
+ sparc-*-rtems*) fmt=elf ;;
sparc-*-sunos4*) fmt=aout em=sun3 ;;
sparc-*-aout | sparc*-*-vxworks*)
fmt=aout em=sparcaout ;;