diff options
author | Joel Sherrill <joel.sherrill@oarcorp.com> | 2009-01-05 19:30:22 +0000 |
---|---|---|
committer | Joel Sherrill <joel@gcc.gnu.org> | 2009-01-05 19:30:22 +0000 |
commit | 2042cb0422f269f12bbffcbad6a5d63a27d19fd8 (patch) | |
tree | eae4e14d3f488d140106129e563775d2ced36fb3 /libgcc | |
parent | beac9ca8bd676068f4c41788951dcab1ed6c61db (diff) | |
download | gcc-2042cb0422f269f12bbffcbad6a5d63a27d19fd8.tar.gz |
config.host: Add m32r*-*-rtems*.
2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* config.host: Add m32r*-*-rtems*.
From-SVN: r143088
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index b5427d32495..2f0de7efe76 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2009-01-05 Joel Sherrill <joel.sherrill@oarcorp.com> + + * config.host: Add m32r*-*-rtems*. + 2008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com> * config.host: Add m32c*-*-rtems*. diff --git a/libgcc/config.host b/libgcc/config.host index 0711410cf6a..f364469d557 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -356,7 +356,7 @@ ia64*-*-hpux*) ;; iq2000*-*-elf*) ;; -m32r-*-elf*) +m32r-*-elf*|m32r-*-rtems*) ;; m32rle-*-elf*) ;; |