aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@openbsd.org>2013-01-07 22:49:56 +0000
committerGerald Pfeifer <gerald@gcc.gnu.org>2013-01-07 22:49:56 +0000
commit25c210f9bda79e237e8d99479ddafe606e036d5f (patch)
tree03cc6f4f936315756cb632bc5598c989222591f8 /libgcc/config.host
parent81826a7bde4dccb93a63120e98040fec4ac5644c (diff)
downloadgcc-25c210f9bda79e237e8d99479ddafe606e036d5f.zip
gcc-25c210f9bda79e237e8d99479ddafe606e036d5f.tar.gz
gcc-25c210f9bda79e237e8d99479ddafe606e036d5f.tar.bz2
config.host (i[34567]86-*-openbsd* and x86_64-*-openbsd*): Add to lists of i[34567]86-*-* and x86_64-*-* soft-fp targets.
libgcc/ * config.host (i[34567]86-*-openbsd* and x86_64-*-openbsd*): Add to lists of i[34567]86-*-* and x86_64-*-* soft-fp targets. gcc/ * config/i386/openbsdelf.h (LIBGCC2_HAS_TF_MODE, LIBGCC2_TF_CEXT, TF_SIZE): Define. From-SVN: r194999
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index 0f19d44..ffd047f 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -1144,7 +1144,8 @@ i[34567]86-*-darwin* | x86_64-*-darwin* | \
i[34567]86-*-gnu* | \
i[34567]86-*-solaris2* | x86_64-*-solaris2.1[0-9]* | \
i[34567]86-*-cygwin* | i[34567]86-*-mingw* | x86_64-*-mingw* | \
- i[34567]86-*-freebsd* | x86_64-*-freebsd*)
+ i[34567]86-*-freebsd* | x86_64-*-freebsd* | \
+ i[34567]86-*-openbsd* | x86_64-*-openbsd*)
tmake_file="${tmake_file} t-softfp-tf"
if test "${host_address}" = 32; then
tmake_file="${tmake_file} i386/${host_address}/t-softfp"