From 532bfb0ab9e6f1275c49659aa7939455b8426559 Mon Sep 17 00:00:00 2001 From: Aurelien Jarno Date: Fri, 17 Apr 2009 13:51:19 +0200 Subject: config.gcc: Add soft-fp/t-softfp and i386/t-linux to tmake_file for... 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*. From-SVN: r146248 --- libgcc/ChangeLog | 5 +++++ libgcc/config.host | 1 + 2 files changed, 6 insertions(+) (limited to 'libgcc') diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 54ecb9a..e76b383 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,8 @@ +2009-04-17 Aurelien Jarno + + * 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 * config/ia64/tf-signs.c: Change copyright header to refer to diff --git a/libgcc/config.host b/libgcc/config.host index 362d2f2..4a1cfb2 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" -- cgit v1.1