summaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
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-*-*)