diff options
author | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-28 04:36:29 +0000 |
---|---|---|
committer | green <green@138bc75d-0d04-0410-961f-82ee72b054a4> | 2014-07-28 04:36:29 +0000 |
commit | e83cd47412b3eb45d0872e885edccf573f669bc5 (patch) | |
tree | bdc029897ef71fc3eed2ceafa72868dbda93546c /libgcc | |
parent | fa3cff4f9e16503cc1c2030880e03e741ce55b35 (diff) | |
download | gcc-e83cd47412b3eb45d0872e885edccf573f669bc5.tar.gz |
Add missing change from moxiebox patch posted earlier today.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@213108 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/config.host | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 5f13a9f18bf..54fe53803d6 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -881,9 +881,9 @@ mmix-knuth-mmixware) mn10300-*-*) tmake_file=t-fdpbit ;; -moxie-*-elf | moxie-*-uclinux*) +moxie-*-elf | moxie-*-moxiebox* | moxie-*-uclinux*) tmake_file="moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp" - extra_parts="$extra_parts crti.o crtn.o" + extra_parts="$extra_parts crti.o crtn.o crtbegin.o crtend.o" ;; moxie-*-rtems*) tmake_file="$tmake_file moxie/t-moxie t-softfp-sfdf t-softfp-excl t-softfp" |