aboutsummaryrefslogtreecommitdiff
path: root/gcc/config.gcc
diff options
context:
space:
mode:
authorUlrich Weigand <uweigand@de.ibm.com>2001-09-18 21:51:53 +0000
committerUlrich Weigand <uweigand@gcc.gnu.org>2001-09-18 21:51:53 +0000
commit70eeb10b992831c1172a53b271ce7bfada4c4391 (patch)
treee3dfafa890aeae59d9137edee6b4006762c05842 /gcc/config.gcc
parent69ee340e99122652eabfbcaea19e21ced3e63d53 (diff)
downloadgcc-70eeb10b992831c1172a53b271ce7bfada4c4391.zip
gcc-70eeb10b992831c1172a53b271ce7bfada4c4391.tar.gz
gcc-70eeb10b992831c1172a53b271ce7bfada4c4391.tar.bz2
config.gcc (s390-*-linux-*, [...]): Switch to new-style tm_file specification.
* config.gcc (s390-*-linux-*, s390x-*-linux*): Switch to new-style tm_file specification. Specify correct tm_p_file, md_file, and out_file for s390x. * config/s390/linux.h, linux64.h: Don't include other target macro header files. Now handled via tm_file. * config/s390/linux.h, s390.h: (IEEE_FLOAT, TARGET_IEEE_FLOAT, TARGET_IBM_FLOAT): Move from linux.h to s390.h to ensure they are defined before use. From-SVN: r45685
Diffstat (limited to 'gcc/config.gcc')
-rw-r--r--gcc/config.gcc7
1 files changed, 5 insertions, 2 deletions
diff --git a/gcc/config.gcc b/gcc/config.gcc
index 4b4779c..d501991 100644
--- a/gcc/config.gcc
+++ b/gcc/config.gcc
@@ -2799,7 +2799,7 @@ rs6000-*-lynxos*)
;;
s390-*-linux*)
xmake_file=x-linux
- tm_file=s390/linux.h
+ tm_file="s390/s390.h linux.h s390/linux.h"
tmake_file="t-slibgcc-elf-ver t-linux s390/t-linux"
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
if test x$enable_threads = xyes; then
@@ -2808,7 +2808,10 @@ s390-*-linux*)
;;
s390x-*-linux*)
xmake_file=x-linux
- tm_file=s390/linux64.h
+ tm_file="s390/s390.h linux.h s390/linux.h s390/linux64.h"
+ 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"
extra_parts="crtbegin.o crtend.o crtbeginS.o crtendS.o"
if test x$enable_threads = xyes; then