aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorAnthony Green <green@moxielogic.com>2014-07-28 04:36:29 +0000
committerAnthony Green <green@moxielogic.com>2014-07-28 04:36:29 +0000
commitc4306b454d4b5b00bafcc4681c38b624e7f16e5f (patch)
treebdc029897ef71fc3eed2ceafa72868dbda93546c /libgcc/config.host
parent0f19767fa677be5ab5250fccd28aae8f478bbb62 (diff)
Add missing change from moxiebox patch posted earlier today.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@213108 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host4
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"