diff options
author | Anthony Green <green@moxielogic.com> | 2010-01-04 08:29:53 +0000 |
---|---|---|
committer | Anthony Green <green@gcc.gnu.org> | 2010-01-04 08:29:53 +0000 |
commit | e6e50811a7a8910c43c7f9892759e1edb65cb89f (patch) | |
tree | 88c94cd7c4a1f22beec2165613e526eb7a0f44fa /libgcc/config.host | |
parent | 93c7168800d48c3b05910109163ce0b603241ee9 (diff) | |
download | gcc-e6e50811a7a8910c43c7f9892759e1edb65cb89f.tar.gz |
Fix libgcc build for moxie.
From-SVN: r155609
Diffstat (limited to 'libgcc/config.host')
-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 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-*-*) |