diff options
author | Nick Clifton <nickc@redhat.com> | 2008-11-06 15:36:38 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2008-11-06 15:36:38 +0000 |
commit | 8a2a2dbb65fba79fef988fb562ab5f95b18cb29d (patch) | |
tree | af0374a5d0e930fa27323552ce1b0a36e019f8c6 /gas/configure.tgt | |
parent | 428b207a69c493f7e324b2fea3043bd7d76bcd2c (diff) | |
download | gdb-8a2a2dbb65fba79fef988fb562ab5f95b18cb29d.zip gdb-8a2a2dbb65fba79fef988fb562ab5f95b18cb29d.tar.gz gdb-8a2a2dbb65fba79fef988fb562ab5f95b18cb29d.tar.bz2 |
Add m32c-*-rtems* and m32r-*-rtems* configuration targets.
Diffstat (limited to 'gas/configure.tgt')
-rw-r--r-- | gas/configure.tgt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gas/configure.tgt b/gas/configure.tgt index 76b10be..1b206d3 100644 --- a/gas/configure.tgt +++ b/gas/configure.tgt @@ -244,9 +244,9 @@ case ${generic_target} in iq2000-*-elf) fmt=elf ;; - m32c-*-elf) fmt=elf ;; + m32c-*-elf | m32c-*-rtems*) fmt=elf ;; - m32r-*-elf*) fmt=elf ;; + m32r-*-elf* | m32r-*-rtems*) fmt=elf ;; m32r-*-linux*) fmt=elf em=linux;; m68hc11-*-* | m6811-*-*) fmt=elf ;; |