aboutsummaryrefslogtreecommitdiff
path: root/libgcc
diff options
context:
space:
mode:
authorDavid Billinghurst <billingd@gcc.gnu.org>2009-05-29 07:49:26 +0000
committerDavid Billinghurst <billingd@gcc.gnu.org>2009-05-29 07:49:26 +0000
commite997fb9cde056a19283773504860010e3dede244 (patch)
treeb3f975d3d94771d2a5571fa1d397d6add803a456 /libgcc
parent58195b740ddfdb337f459d3660adfe60494747db (diff)
downloadgcc-e997fb9cde056a19283773504860010e3dede244.zip
gcc-e997fb9cde056a19283773504860010e3dede244.tar.gz
gcc-e997fb9cde056a19283773504860010e3dede244.tar.bz2
config.host: Add i386/${host_address}/t-fprules-softfp and t-softfp to tmake_file for...
2009-05-29 David Billinghurst <billingd@gcc.gnu.org> * config.host: Add i386/${host_address}/t-fprules-softfp and t-softfp to tmake_file for i[34567]86-*-cygwin*. 2009-05-29 David Billinghurst <billingd@gcc.gnu.org> * config.gcc: Add i386/t-fprules-softfp and soft-fp/t-softfp to tmake_file for i[34567]86-*-cygwin*. From-SVN: r147972
Diffstat (limited to 'libgcc')
-rw-r--r--libgcc/ChangeLog5
-rw-r--r--libgcc/config.host3
2 files changed, 7 insertions, 1 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog
index e76b383..38eac13 100644
--- a/libgcc/ChangeLog
+++ b/libgcc/ChangeLog
@@ -1,3 +1,8 @@
+2009-05-29 David Billinghurst <billingd@gcc.gnu.org>
+
+ * config.host: Add i386/${host_address}/t-fprules-softfp and
+ t-softfp to tmake_file for i[34567]86-*-cygwin*.
+
2009-04-17 Aurelien Jarno <aurelien@aurel32.net>
* config.host: Add i386/${host_address}/t-fprules-softfp to
diff --git a/libgcc/config.host b/libgcc/config.host
index 4a1cfb2..e5e384d 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -562,7 +562,8 @@ 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*)
+ i[34567]86-*-linux* | x86_64-*-linux* | \
+ i[34567]86-*-cygwin*)
if test "${host_address}" = 32; then
tmake_file="${tmake_file} t-softfp i386/${host_address}/t-fprules-softfp"
fi