aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorAnthony Green <green@gcc.gnu.org>2014-07-28 04:36:29 +0000
committerAnthony Green <green@gcc.gnu.org>2014-07-28 04:36:29 +0000
commitfa42c489de55da5a5e1b28867ca4863b4d2f4692 (patch)
treebdc029897ef71fc3eed2ceafa72868dbda93546c /libgcc
parent24438e896584bc70e3d61966e4cf10a537e7682b (diff)
downloadgcc-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.host4
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"