diff options
author | Joseph Myers <joseph@codesourcery.com> | 2010-12-13 11:27:28 +0000 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2010-12-13 11:27:28 +0000 |
commit | 0a3c149d3d7a6710f75d9ebb93e8a68bc1dddd2b (patch) | |
tree | fccaf95471eddc8c7db78b05a90a61004e0461e2 | |
parent | 6b9b8b34d16d39162c31b056206269915dab4d6a (diff) | |
download | gcc-0a3c149d3d7a6710f75d9ebb93e8a68bc1dddd2b.zip gcc-0a3c149d3d7a6710f75d9ebb93e8a68bc1dddd2b.tar.gz gcc-0a3c149d3d7a6710f75d9ebb93e8a68bc1dddd2b.tar.bz2 |
config.gcc (s390-*-linux*, [...]): Don't use svr4.h.
* config.gcc (s390-*-linux*, s390x-*-linux*, s390x-ibm-tpf*):
Don't use svr4.h.
From-SVN: r167745
-rw-r--r-- | gcc/ChangeLog | 5 | ||||
-rw-r--r-- | gcc/config.gcc | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b673b0e..76dcb62 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2010-12-13 Joseph Myers <joseph@codesourcery.com> + * config.gcc (s390-*-linux*, s390x-*-linux*, s390x-ibm-tpf*): + Don't use svr4.h. + +2010-12-13 Joseph Myers <joseph@codesourcery.com> + * config/mn10300/linux.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE, WCHAR_TYPE_SIZE): Undefine. * config/mn10300/mn10300.h (SIZE_TYPE, PTRDIFF_TYPE, WCHAR_TYPE, diff --git a/gcc/config.gcc b/gcc/config.gcc index 491a5aa..60117f0 100644 --- a/gcc/config.gcc +++ b/gcc/config.gcc @@ -2234,10 +2234,10 @@ rx-*-elf*) tmake_file="${tmake_file} rx/t-rx" ;; s390-*-linux*) - tm_file="s390/s390.h dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h s390/linux.h" + tm_file="s390/s390.h dbxelf.h elfos.h linux.h glibc-stdint.h s390/linux.h" ;; s390x-*-linux*) - tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h linux.h glibc-stdint.h s390/linux.h" + tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h linux.h glibc-stdint.h s390/linux.h" tm_p_file=s390/s390-protos.h md_file=s390/s390.md extra_modes=s390/s390-modes.def @@ -2245,7 +2245,7 @@ s390x-*-linux*) tmake_file="${tmake_file} s390/t-linux64" ;; s390x-ibm-tpf*) - tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h svr4.h s390/tpf.h" + tm_file="s390/s390x.h s390/s390.h dbxelf.h elfos.h s390/tpf.h" tm_p_file=s390/s390-protos.h md_file=s390/s390.md extra_modes=s390/s390-modes.def |