aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2008-12-01 16:33:47 +0000
committerJoel Sherrill <joel@gcc.gnu.org>2008-12-01 16:33:47 +0000
commit541ed00ec2153e7e20e2aba7463e764c623cc1a5 (patch)
tree873bbd92a3f5928966a0abd0bc37058367ceb9ae
parenta2d4cdc96a585c0b863226b2f142445538674127 (diff)
downloadgcc-541ed00ec2153e7e20e2aba7463e764c623cc1a5.zip
gcc-541ed00ec2153e7e20e2aba7463e764c623cc1a5.tar.gz
gcc-541ed00ec2153e7e20e2aba7463e764c623cc1a5.tar.bz2
config.host: Add m32c*-*-rtems*.
2008-12-01 Joel Sherrill <joel.sherrill@oarcorp.com> * config.host: Add m32c*-*-rtems*. From-SVN: r142322
-rw-r--r--libgcc/ChangeLog4
-rw-r--r--libgcc/config.host2
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