diff options
author | Uros Bizjak <uros@gcc.gnu.org> | 2009-02-12 23:03:44 +0100 |
---|---|---|
committer | Uros Bizjak <uros@gcc.gnu.org> | 2009-02-12 23:03:44 +0100 |
commit | ba18104976b9670c3bc4b59e90c4cf55d2f66d1a (patch) | |
tree | efb0a5b175b0720dda65ba73a0ae1be740852e68 /libgcc/config.host | |
parent | 3f238e8b6fed087b24dc07b7660cf3e3cf9f160d (diff) | |
download | gcc-ba18104976b9670c3bc4b59e90c4cf55d2f66d1a.tar.gz |
config.host (ia64*-*-linux*): Add t-softfp to tmake_file.
* config.host (ia64*-*-linux*): Add t-softfp to tmake_file.
* config/ia64/tf-signs.c (__copysigntf3, __fabstf2): Prototype.
From-SVN: r144138
Diffstat (limited to 'libgcc/config.host')
-rw-r--r-- | libgcc/config.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host index 2225e679063..5352363fc72 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -350,7 +350,7 @@ ia64*-*-freebsd*) ;; ia64*-*-linux*) extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtfastmath.o" - tmake_file="ia64/t-ia64 ia64/t-fprules-softfp ia64/t-softfp-compat" + tmake_file="ia64/t-ia64 t-softfp ia64/t-fprules-softfp ia64/t-softfp-compat" ;; ia64*-*-hpux*) ;; |