Commit b29d9a29 by Walter Lee Committed by Walter Lee

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

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

From-SVN: r233389
parent 7f4cc3ce
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> 2016-02-10 Ian Lance Taylor <iant@google.com>
PR go/68562 PR go/68562
......
...@@ -1277,7 +1277,10 @@ tic6x-*-elf) ...@@ -1277,7 +1277,10 @@ tic6x-*-elf)
unwind_header=config/c6x/unwind-c6x.h unwind_header=config/c6x/unwind-c6x.h
;; ;;
tilegx*-*-linux*) 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 md_unwind_header=tilepro/linux-unwind.h
;; ;;
tilepro*-*-linux*) tilepro*-*-linux*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment