diff options
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" |