aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorAurelien Jarno <aurelien@aurel32.net>2009-04-17 13:51:19 +0200
committerUros Bizjak <uros@gcc.gnu.org>2009-04-17 13:51:19 +0200
commit532bfb0ab9e6f1275c49659aa7939455b8426559 (patch)
treef2ebc7562ba7e89f198cd00a184e04f4b8ee276a /libgcc
parent070bdbd99eec34320c81510fd18482cf5d4984c0 (diff)
downloadgcc-532bfb0ab9e6f1275c49659aa7939455b8426559.zip
gcc-532bfb0ab9e6f1275c49659aa7939455b8426559.tar.gz
gcc-532bfb0ab9e6f1275c49659aa7939455b8426559.tar.bz2
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
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog5
-rw-r--r--libgcc/config.host1
2 files changed, 6 insertions, 0 deletions
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 <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 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"