diff options
author | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-01 16:33:47 +0000 |
---|---|---|
committer | joel <joel@138bc75d-0d04-0410-961f-82ee72b054a4> | 2008-12-01 16:33:47 +0000 |
commit | 7eac0a4eb916e108abb6f704ae5413492fcf8a71 (patch) | |
tree | 873bbd92a3f5928966a0abd0bc37058367ceb9ae /libgcc | |
parent | 304ac2258615e9b7335848ebef1f6a21fd92c474 (diff) | |
download | gcc-7eac0a4eb916e108abb6f704ae5413492fcf8a71.tar.gz |
2008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com>
* config.host: Add m32c*-*-rtems*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@142322 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 dd079c227eb..b5427d32495 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 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 |