]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
config.host (tilegx*-*-linux*): remove ti from softfp_int_modes for 32-bit configs.
authorWalter Lee <walt@tilera.com>
Fri, 12 Feb 2016 21:15:43 +0000 (21:15 +0000)
committerWalter Lee <walt@gcc.gnu.org>
Fri, 12 Feb 2016 21:15:43 +0000 (21:15 +0000)
libgcc/ChangeLog:
        * config.host (tilegx*-*-linux*): remove ti from
          softfp_int_modes for 32-bit configs.

From-SVN: r233389

libgcc/ChangeLog
libgcc/config.host

index 14e838f33fe5a8e1aa6884cd976604fed35bb4f9..63ad30ec445df2f1be36a11fc6ba71e5acc9f238 100644 (file)
@@ -1,3 +1,8 @@
+2016-02-12  Walter Lee  <walt@tilera.com>
+
+       * config.host (tilegx*-*-linux*): remove ti from
+       softfp_int_modes for 32-bit configs.
+
 2016-02-10  Ian Lance Taylor  <iant@google.com>
 
        PR go/68562
index d8efd82d2132a0ded396b09e352aa7e36812130b..06de0deaeb014fab41c28f50b96baf5c39d3aa1e 100644 (file)
@@ -1277,7 +1277,10 @@ tic6x-*-elf)
        unwind_header=config/c6x/unwind-c6x.h
        ;;
 tilegx*-*-linux*)
-       tmake_file="${tmake_file} tilegx/t-crtstuff t-softfp-sfdf tilegx/t-softfp t-softfp tilegx/t-tilegx"
+       if test "${host_address}" = 64; then
+               tmake_file="${tmake_file} tilegx/t-softfp"
+       fi
+       tmake_file="${tmake_file} tilegx/t-crtstuff t-softfp-sfdf t-softfp tilegx/t-tilegx"
        md_unwind_header=tilepro/linux-unwind.h
         ;;
 tilepro*-*-linux*)