mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-01-11 09:14:33 +08:00
config.gcc: Use t-slibgcc-elf to build shared libgcc_s on s390*linux.
* config.gcc: Use t-slibgcc-elf to build shared libgcc_s on s390*linux. From-SVN: r44856
This commit is contained in:
parent
dd49a9ecc4
commit
050e4ca284
@ -1,3 +1,8 @@
|
|||||||
|
2001-08-13 Andreas Jaeger <aj@suse.de>
|
||||||
|
|
||||||
|
* config.gcc: Use t-slibgcc-elf to build shared libgcc_s on
|
||||||
|
s390*linux.
|
||||||
|
|
||||||
2000-08-13 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
|
2000-08-13 Theodore Papadopoulo <Theodore.Papadopoulo@sophia.inria.fr>
|
||||||
|
|
||||||
* dwarf2out.c (output_cfa_loc): Fix typo in comment.
|
* dwarf2out.c (output_cfa_loc): Fix typo in comment.
|
||||||
|
@ -2779,7 +2779,7 @@ rs6000-*-lynxos*)
|
|||||||
s390-*-linux*)
|
s390-*-linux*)
|
||||||
xmake_file=x-linux
|
xmake_file=x-linux
|
||||||
tm_file=s390/linux.h
|
tm_file=s390/linux.h
|
||||||
tmake_file="t-linux s390/t-linux"
|
tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux"
|
||||||
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
|
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
|
||||||
if test x$enable_threads = xyes; then
|
if test x$enable_threads = xyes; then
|
||||||
thread_file='posix'
|
thread_file='posix'
|
||||||
@ -2788,7 +2788,7 @@ s390-*-linux*)
|
|||||||
s390x-*-linux*)
|
s390x-*-linux*)
|
||||||
xmake_file=x-linux
|
xmake_file=x-linux
|
||||||
tm_file=s390/linux64.h
|
tm_file=s390/linux64.h
|
||||||
tmake_file="t-linux s390/t-linux"
|
tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux"
|
||||||
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
|
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
|
||||||
if test x$enable_threads = xyes; then
|
if test x$enable_threads = xyes; then
|
||||||
thread_file='posix'
|
thread_file='posix'
|
||||||
|
Loading…
Reference in New Issue
Block a user