diff options
author | Anthony Green <green@moxielogic.com> | 2009-06-10 05:23:39 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2009-06-10 05:23:39 +0000 |
commit | cceb575c43dd2f2eebd51c31aefeecfac6529675 (patch) | |
tree | 817deda1611364058ed97a5e53175eb97a859752 /libgcc | |
parent | fd9380a6cd5157954fa95ffd8ba9924fea42b744 (diff) | |
download | gcc-cceb575c43dd2f2eebd51c31aefeecfac6529675.zip gcc-cceb575c43dd2f2eebd51c31aefeecfac6529675.tar.gz gcc-cceb575c43dd2f2eebd51c31aefeecfac6529675.tar.bz2 |
Commit moxie port.
From-SVN: r148339
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/config.host | 6 |
2 files changed, 11 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 38eac13..48053b3 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 e5e384d..cdb274e 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-*-*) |