public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH, committed] TILE-Gx: Fix softfp build error.
@ 2016-02-12 21:27 Walter Lee
  0 siblings, 0 replies; only message in thread
From: Walter Lee @ 2016-02-12 21:27 UTC (permalink / raw)
  To: gcc-patches

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.

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
          ;;
  tilepro*-*-linux*)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2016-02-12 21:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-02-12 21:27 [PATCH, committed] TILE-Gx: Fix softfp build error Walter Lee

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).