diff options
author | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-16 04:00:48 +0000 |
---|---|---|
committer | bje <bje@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-01-16 04:00:48 +0000 |
commit | f2b540aedd7652bd282c2b5997008b1b67ef90d2 (patch) | |
tree | f3c2a62f6827cab1e35c42b37a4a79fababdb5a5 /libgcc | |
parent | 87395d9c95eb1bde527750e9e2f61f8ea85c44ef (diff) | |
download | gcc-f2b540aedd7652bd282c2b5997008b1b67ef90d2.tar.gz |
* config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp
to tmake_file.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@143421 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/config.host | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 4986c34789a..79843b05b85 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2009-01-16 Ben Elliston <bje@au.ibm.com> + + * config.host (i[34567]86-*-linux*, x86_64-*-linux*): Add t-softfp + to tmake_file. + 2009-01-13 Ben Elliston <bje@au.ibm.com> * config/t-softfp: New file. diff --git a/libgcc/config.host b/libgcc/config.host index c7c7e990554..655ef953ce8 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -593,7 +593,7 @@ case ${host} in i[34567]86-*-darwin* | x86_64-*-darwin* | \ i[34567]86-*-linux* | x86_64-*-linux*) if test "${host_address}" = 32; then - tmake_file="${tmake_file} i386/${host_address}/t-fprules-softfp" + tmake_file="${tmake_file} t-softfp i386/${host_address}/t-fprules-softfp" fi ;; esac |