diff options
author | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-17 11:51:19 +0000 |
---|---|---|
committer | uros <uros@138bc75d-0d04-0410-961f-82ee72b054a4> | 2009-04-17 11:51:19 +0000 |
commit | 09ec66c86fbb3f7b4219694c937a175bd67318ef (patch) | |
tree | f2ebc7562ba7e89f198cd00a184e04f4b8ee276a /libgcc | |
parent | 613eb4a34deed481241b59e35cb2392ce9b87e99 (diff) | |
download | gcc-09ec66c86fbb3f7b4219694c937a175bd67318ef.tar.gz |
gcc/
* config.gcc: Add soft-fp/t-softfp and i386/t-linux to tmake_file
for i[34567]86-*-kfreebsd*-gnu*, x86_64-*-kfreebsd*-gnu*.
libgcc/
* config.host: Add i386/${host_address}/t-fprules-softfp to
tmake_file for i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu*.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@146248 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 5 | ||||
-rw-r--r-- | libgcc/config.host | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 54ecb9a13b1..e76b383939e 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2009-04-17 Aurelien Jarno <aurelien@aurel32.net> + + * config.host: Add i386/${host_address}/t-fprules-softfp to + tmake_file for i[34567]86-*-kfreebsd*-gnu, x86_64-*-kfreebsd*-gnu*. + 2009-04-09 Nick Clifton <nickc@redhat.com> * config/ia64/tf-signs.c: Change copyright header to refer to diff --git a/libgcc/config.host b/libgcc/config.host index 362d2f24d56..4a1cfb2a295 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -561,6 +561,7 @@ esac case ${host} in i[34567]86-*-darwin* | x86_64-*-darwin* | \ + i[34567]86-*-kfreebsd*-gnu | x86_64-*-kfreebsd*-gnu | \ i[34567]86-*-linux* | x86_64-*-linux*) if test "${host_address}" = 32; then tmake_file="${tmake_file} t-softfp i386/${host_address}/t-fprules-softfp" |