aboutsummaryrefslogtreecommitdiff
path: root/libgcc/config.host
diff options
context:
space:
mode:
authorwalt <walt@138bc75d-0d04-0410-961f-82ee72b054a4>2016-02-12 21:15:43 +0000
committerwalt <walt@138bc75d-0d04-0410-961f-82ee72b054a4>2016-02-12 21:15:43 +0000
commitd58f707347f771df619b6f6903a079faa8105648 (patch)
tree5e647eb06f13a5ca010481f8768af48a649173d5 /libgcc/config.host
parent38c9bd3a2da48c8e8156573a833afed5eeb23f3e (diff)
libgcc/ChangeLog:
* config.host (tilegx*-*-linux*): remove ti from softfp_int_modes for 32-bit configs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@233389 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgcc/config.host')
-rw-r--r--libgcc/config.host5
1 files changed, 4 insertions, 1 deletions
diff --git a/libgcc/config.host b/libgcc/config.host
index d8efd82d213..06de0deaeb0 100644
--- a/libgcc/config.host
+++ b/libgcc/config.host
@@ -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*)