Module Name:    src
Committed By:   christos
Date:           Sat Oct 22 03:33:03 UTC 2016

Modified Files:
        src/external/gpl3/gcc/dist/libgcc: config.host

Log Message:
enable tf math (__float128)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/external/gpl3/gcc/dist/libgcc/config.host

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl3/gcc/dist/libgcc/config.host
diff -u src/external/gpl3/gcc/dist/libgcc/config.host:1.14 src/external/gpl3/gcc/dist/libgcc/config.host:1.15
--- src/external/gpl3/gcc/dist/libgcc/config.host:1.14	Wed Oct  5 15:24:44 2016
+++ src/external/gpl3/gcc/dist/libgcc/config.host	Fri Oct 21 23:33:03 2016
@@ -1383,6 +1383,7 @@ i[34567]86-*-darwin* | x86_64-*-darwin* 
   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

Reply via email to