diff options
-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 dd079c2..b5427d3 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com> + + * config.host: Add m32c*-*-rtems*. + 2008-11-20 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE> PR bootstrap/33100 diff --git a/libgcc/config.host b/libgcc/config.host index f85f3cf..0711410 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -573,7 +573,7 @@ xtensa*-*-linux*) am33_2.0-*-linux*) extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o" ;; -m32c-*-elf*) +m32c-*-elf*|m32c-*-rtems*) ;; *) echo "*** Configuration ${host} not supported" 1>&2 |