From: jsm28 Date: Mon, 13 Dec 2010 11:27:28 +0000 (+0000) Subject: * config.gcc (s390-*-linux*, s390x-*-linux*, s390x-ibm-tpf*): X-Git-Url: http://git.sourceforge.jp/view?p=pf3gnuchains%2Fgcc-fork.git;a=commitdiff_plain;h=7966af2df161a8e4fc778d82c31f5a287896d067 * config.gcc (s390-*-linux*, s390x-*-linux*, s390x-ibm-tpf*): Don't use svr4.h. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@167745 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index b673b0ed3df..76dcb62d8ed 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,10 @@ 2010-12-13 Joseph Myers + * config.gcc (s390-*-linux*, s390x-*-linux*, s390x-ibm-tpf*): + Don't use svr4.h. + +2010-12-13 Joseph Myers + * 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 491a5aa4679..60117f0975c 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