diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index dd079c227ebe..b5427d32495a 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2008-12-01 Joel Sherrill + + * config.host: Add m32c*-*-rtems*. + 2008-11-20 Rainer Orth PR bootstrap/33100 diff --git a/libgcc/config.host b/libgcc/config.host index f85f3cf32b4c..0711410cf6a3 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