summaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-10 05:23:39 +0000
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2009-06-10 05:23:39 +0000
commitbe52b6d8beecd6a67eb3cc76920adc1f41e3293d (patch)
tree817deda1611364058ed97a5e53175eb97a859752 /libgcc
parent530eec583ecdc5bb589c535d4dc05770249e63d7 (diff)
downloadgcc-be52b6d8beecd6a67eb3cc76920adc1f41e3293d.tar.gz
Commit moxie port.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@148339 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog5
-rw-r--r--libgcc/config.host6
2 files changed, 11 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index 38eac131b7f..48053b36a7b 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-31 Anthony Green <green@moxielogic.com>
+
+ * config.host: Add moxie support.
+ * config/moxie/t-moxie: New file.
+
2009-05-29 David Billinghurst <billingd@gcc.gnu.org>
* config.host: Add i386/${host_address}/t-fprules-softfp and
diff --git a/libgcc/config.host b/libgcc/config.host
index e5e384d23ca..cdb274e4216 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -84,6 +84,8 @@ fido-*-*)
;;
frv*) cpu_type=frv
;;
+moxie*) cpu_type=moxie
+ ;;
i[34567]86-*-*)
cpu_type=i386
;;
@@ -415,6 +417,10 @@ mmix-knuth-mmixware)
;;
mn10300-*-*)
;;
+moxie-*-*)
+ tmake_file=${cpu_type}/t-moxie
+ extra_parts="crtbegin.o crtend.o crti.o crtn.o"
+ ;;
pdp11-*-*)
;;
picochip-*-*)