diff mbox

[committed] TILE-Gx: Fix softfp build error.

Message ID 56BE4E18.4010200@ezchip.com
State New
Headers show

Commit Message

Walter Lee Feb. 12, 2016, 9:26 p.m. UTC
This patch removes ti from softfp_int_modes for 32-bit config, to fix a 
compile-time assert failure.

2016-02-12  Walter Lee  <walt@tilera.com>

         * config.host (tilegx*-*-linux*): remove ti from
           softfp_int_modes for 32-bit configs.

          ;;
  tilepro*-*-linux*)
diff mbox

Patch

Index: libgcc/config.host
===================================================================
--- libgcc/config.host  (revision 233388)
+++ libgcc/config.host  (working copy)
@@ -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