diff options
author | Ulrich Weigand <uweigand@de.ibm.com> | 2002-02-06 21:19:46 +0000 |
---|---|---|
committer | Ulrich Weigand <uweigand@gcc.gnu.org> | 2002-02-06 21:19:46 +0000 |
commit | e8487c0417fd77c049faa5b7d8ece5e006a5e0ab (patch) | |
tree | 78c3fc365fe5604480d9d714ee5afff01b4b9819 /gcc/config.gcc | |
parent | 58d10f89c44e8e78ab5e09fa92b35d7ca689c964 (diff) | |
download | gcc-e8487c0417fd77c049faa5b7d8ece5e006a5e0ab.zip gcc-e8487c0417fd77c049faa5b7d8ece5e006a5e0ab.tar.gz gcc-e8487c0417fd77c049faa5b7d8ece5e006a5e0ab.tar.bz2 |
config.gcc (s390x-*-linux*): Add t-linux64 makefile fragment.
* config.gcc (s390x-*-linux*): Add t-linux64 makefile fragment.
* config/s390/t-linux64: New file.
* config/s390/libgcc-glibc.ver: New file.
From-SVN: r49553
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index 96d1137..0724bc9 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2874,7 +2874,7 @@ s390x-*-linux*) tm_p_file=s390/s390-protos.h md_file=s390/s390.md out_file=s390/s390.c - tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux" + tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux s390/t-linux64" extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o crtbeginT.o" if test x$enable_threads = xyes; then thread_file='posix' |