diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2010-04-15 15:29:07 +0200 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gcc.gnu.org> | 2010-04-15 15:29:07 +0200 |
commit | 3f56ef8b604873d6ef72ef93a3a026128459d3bb (patch) | |
tree | 1fbac094dadc90a0d2b5309a874513090cc81e9d /libgcc | |
parent | 25a6a8731ca102e1995fe996722a0637b1311445 (diff) | |
download | gcc-3f56ef8b604873d6ef72ef93a3a026128459d3bb.zip gcc-3f56ef8b604873d6ef72ef93a3a026128459d3bb.tar.gz gcc-3f56ef8b604873d6ef72ef93a3a026128459d3bb.tar.bz2 |
config.gcc: Handle softfp as for Linux.
2010-04-15 Thomas Schwinge <tschwinge@gnu.org>
gcc/
* config.gcc <i[34567]86-*-gnu*>: Handle softfp as for Linux.
libgcc/
* config.host <i[34567]86-*-gnu*>: Handle softfp as for Linux.
From-SVN: r158375
Diffstat (limited to 'libgcc')
-rw-r--r-- | libgcc/ChangeLog | 4 | ||||
-rw-r--r-- | libgcc/config.host | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/libgcc/ChangeLog b/libgcc/ChangeLog index 9aa32c0..3a3844d 100644 --- a/libgcc/ChangeLog +++ b/libgcc/ChangeLog @@ -1,3 +1,7 @@ +2010-04-15 Thomas Schwinge <tschwinge@gnu.org> + + * config.host <i[34567]86-*-gnu*>: Handle softfp as for Linux. + 2010-04-12 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> * config.host (alpha*-dec-osf[45]*): Removed alpha*-dec-osf4*, diff --git a/libgcc/config.host b/libgcc/config.host index 0e20466..56d900c 100644 --- a/libgcc/config.host +++ b/libgcc/config.host @@ -600,6 +600,7 @@ 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-*-gnu* | \ i[34567]86-*-solaris2* | \ i[34567]86-*-cygwin* | i[34567]86-*-mingw* | x86_64-*-mingw*) if test "${host_address}" = 32; then |