mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-11-27 22:03:57 +08:00
TILEPro: force gcc to link against libgcc.a when creating shared
libraries. * config.host (tilepro*-*-linux*): Add t-slibgcc-libgcc. From-SVN: r242615
This commit is contained in:
parent
5a2cb4f3ed
commit
7a384912f9
@ -1,3 +1,7 @@
|
||||
2016-11-18 Walter Lee <walt@tilera.com>
|
||||
|
||||
* config.host (tilepro*-*-linux*): Add t-slibgcc-libgcc to tmake_file.
|
||||
|
||||
2016-11-17 Andrew Senkevich <andrew.senkevich@intel.com>
|
||||
|
||||
* config/i386/cpuinfo.c (processor_features): Add
|
||||
|
@ -1267,7 +1267,7 @@ tilegx*-*-linux*)
|
||||
md_unwind_header=tilepro/linux-unwind.h
|
||||
;;
|
||||
tilepro*-*-linux*)
|
||||
tmake_file="${tmake_file} tilepro/t-crtstuff t-softfp-sfdf t-softfp tilepro/t-tilepro"
|
||||
tmake_file="${tmake_file} tilepro/t-crtstuff t-softfp-sfdf t-softfp tilepro/t-tilepro t-slibgcc-libgcc"
|
||||
md_unwind_header=tilepro/linux-unwind.h
|
||||
;;
|
||||
v850*-*-*)
|
||||
|
Loading…
Reference in New Issue
Block a user