Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/gpl3/gcc/dist/libgcc enable tf math (__float128)



details:   https://anonhg.NetBSD.org/src/rev/d9ae8df059bc
branches:  trunk
changeset: 818659:d9ae8df059bc
user:      christos <christos%NetBSD.org@localhost>
date:      Sat Oct 22 03:33:03 2016 +0000

description:
enable tf math (__float128)

diffstat:

 external/gpl3/gcc/dist/libgcc/config.host |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 3d167a10beb6 -r d9ae8df059bc external/gpl3/gcc/dist/libgcc/config.host
--- a/external/gpl3/gcc/dist/libgcc/config.host Fri Oct 21 23:44:09 2016 +0000
+++ b/external/gpl3/gcc/dist/libgcc/config.host Sat Oct 22 03:33:03 2016 +0000
@@ -1383,6 +1383,7 @@
   i[34567]86-*-mingw* | x86_64-*-mingw* | \
   i[34567]86-*-dragonfly* | x86_64-*-dragonfly* | \
   i[34567]86-*-freebsd* | x86_64-*-freebsd* | \
+  i[34567]86-*-netbsd* | x86_64-*-netbsd* | \
   i[34567]86-*-openbsd* | x86_64-*-openbsd*)
        tmake_file="${tmake_file} t-softfp-tf"
        if test "${host_address}" = 32; then



Home | Main Index | Thread Index | Old Index