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
This commit is contained in:
Joseph Myers 2010-12-13 11:27:28 +00:00 committed by Joseph Myers
parent 6b9b8b34d1
commit 0a3c149d3d
2 changed files with 8 additions and 3 deletions

View File

@ -1,3 +1,8 @@
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,

View File

@ -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