diff options
author | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-09 08:03:55 +0000 |
---|---|---|
committer | bstarynk <bstarynk@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-09 08:03:55 +0000 |
commit | 02b8280916dd8a31edfe281dfffe42d183c776bc (patch) | |
tree | 2f73e8bb9925c1576d82f445408def8aa32d4f6c /libgcc | |
parent | 1ec4ef31e646fb3af1066d4b50be4d072ebb5d2f (diff) | |
download | gcc-02b8280916dd8a31edfe281dfffe42d183c776bc.tar.gz |
2009-01-09 Basile Starynkevitch <basile@starynkevitch.net>
MELT branch merged with trunk r143197
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/branches/melt-branch@143199 138bc75d-0d04-0410-961f-82ee72b054a4
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*) ;; |