diff options
author | Jakub Jelinek <jakub@redhat.com> | 2006-02-06 18:41:54 +0100 |
---|---|---|
committer | Jakub Jelinek <jakub@gcc.gnu.org> | 2006-02-06 18:41:54 +0100 |
commit | da8c4a55ee47e100e59e9a133b015ffcda086093 (patch) | |
tree | 65a6d7b4250e536322b98cbe252f46926c65d78c /gcc/config.gcc | |
parent | 417ab240ee902f214acc7f0d46966ba0bb9ab12e (diff) | |
download | gcc-da8c4a55ee47e100e59e9a133b015ffcda086093.zip gcc-da8c4a55ee47e100e59e9a133b015ffcda086093.tar.gz gcc-da8c4a55ee47e100e59e9a133b015ffcda086093.tar.bz2 |
config.gcc (s390-*-linux*): Add s390/t-linux to tmake_file.
* config.gcc (s390-*-linux*): Add s390/t-linux to tmake_file.
(s390x-*-linux*): Likewise.
* config/s390/t-linux64 (SHLIB_MAPFILES): Removed.
* config/s390/t-linux: New file.
From-SVN: r110654
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r-- | gcc/config.gcc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc index d4fdac3..85e3c2f 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -1860,7 +1860,7 @@ rs6000-ibm-aix[56789].* | powerpc-ibm-aix[56789].*) ;; s390-*-linux*) tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h" - tmake_file="${tmake_file} s390/t-crtstuff" + tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux" ;; s390x-*-linux*) tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h s390/linux.h" @@ -1868,7 +1868,7 @@ s390x-*-linux*) md_file=s390/s390.md extra_modes=s390/s390-modes.def out_file=s390/s390.c - tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux64" + tmake_file="${tmake_file} s390/t-crtstuff s390/t-linux s390/t-linux64" ;; s390x-ibm-tpf*) tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h s390/tpf.h" |