diff options
author | Anthony Green <green@gcc.gnu.org> | 2014-07-28 04:36:29 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2014-07-28 04:36:29 +0000 |
commit | fa42c489de55da5a5e1b28867ca4863b4d2f4692 (patch) | |
tree | bdc029897ef71fc3eed2ceafa72868dbda93546c /libgcc | |
parent | 24438e896584bc70e3d61966e4cf10a537e7682b (diff) | |
download | gcc-fa42c489de55da5a5e1b28867ca4863b4d2f4692.zip gcc-fa42c489de55da5a5e1b28867ca4863b4d2f4692.tar.gz gcc-fa42c489de55da5a5e1b28867ca4863b4d2f4692.tar.bz2 |
Add missing change from moxiebox patch posted earlier today.
From-SVN: r213108
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 5f13a9f..54fe538 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" |