summaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorgreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-04 08:29:53 +0000
committergreen <green@138bc75d-0d04-0410-961f-82ee72b054a4>2010-01-04 08:29:53 +0000
commit00301a1a903dd795cb912f5a182532abb9ef641b (patch)
tree88c94cd7c4a1f22beec2165613e526eb7a0f44fa /libgcc/config.host
parentea657963cde8b9b63750cf761de3da15b7b0ab44 (diff)
downloadgcc-00301a1a903dd795cb912f5a182532abb9ef641b.tar.gz
Fix libgcc build for moxie.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@155609 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 1a66beb4736..5c3bfa69996 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -1,6 +1,6 @@
# libgcc host-specific configuration file.
# Copyright 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007,
-# 2008, 2009 Free Software Foundation, Inc.
+# 2008, 2009, 2010 Free Software Foundation, Inc.
#This file is part of GCC.
@@ -436,7 +436,7 @@ mmix-knuth-mmixware)
mn10300-*-*)
;;
moxie-*-*)
- tmake_file=${cpu_type}/t-moxie
+ tmake_file="moxie/t-moxie moxie/t-moxie-softfp"
extra_parts="crtbegin.o crtend.o crti.o crtn.o"
;;
pdp11-*-*)