OSDN Git Service

Add m32c-*-rtems* and m32r-*-rtems* configuration targets.
authorNick Clifton <nickc@redhat.com>
Thu, 6 Nov 2008 15:36:37 +0000 (15:36 +0000)
committerNick Clifton <nickc@redhat.com>
Thu, 6 Nov 2008 15:36:37 +0000 (15:36 +0000)
bfd/ChangeLog
bfd/config.bfd

index 54b69d0..b46c879 100644 (file)
@@ -1,3 +1,7 @@
+2008-11-06  Joel Sherrill <joel.sherrill@oarcorp.com>
+
+       * config.bfd: Add m32c-*-rtems* and m32r-*-rtems*.
+
 2008-11-06  Tom Tromey  <tromey@redhat.com>
 
        * configure, config.in: Rebuild.
index 9309502..1bc971d 100644 (file)
@@ -721,7 +721,7 @@ case "${targ}" in
     targ_defvec=bfd_elf32_iq2000_vec
     ;;
 
-  m32c-*-elf)
+  m32c-*-elf | m32c-*-rtems*)
     targ_defvec=bfd_elf32_m32c_vec
     ;;