From: Joel Sherrill Date: Mon, 1 Dec 2008 16:33:47 +0000 (+0000) Subject: config.host: Add m32c*-*-rtems*. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=541ed00ec2153e7e20e2aba7463e764c623cc1a5;p=gcc.git config.host: Add m32c*-*-rtems*. 2008-12-01 Joel Sherrill * config.host: Add m32c*-*-rtems*. From-SVN: r142322 --- diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index dd079c227eb..b5427d32495 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 f85f3cf32b4..0711410cf6a 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