* tsystem.h: Test only POSIX for availability of string.h
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 May 2001 03:48:04 +0000 (03:48 +0000)
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>
Tue, 1 May 2001 03:48:04 +0000 (03:48 +0000)
commit597183a713c90c46dc9c299d1a53660733e5ffc1
tree8aee75418bc08023370427d9bef2cb1d2fe44a1f
parent78f1e69852e7cdfd8d8e1a3865f661f5ff6a61da
* tsystem.h: Test only POSIX for availability of string.h
and time.h.
* config.gcc (all systems): If USG appeared in xm_defines,
change it to POSIX.  If both USG and POSIX appeared, just
delete USG. Remove unnecessary quotes around xm_defines
settings.
(m68k-crds-unos*): Don't #define unos - tested nowhere.
(m68k-apple-aux*): Don't #define AUX - tested nowhere.
(alpha*-*-linux*ecoff*, powerpc-*-linux*libc1,
powerpc-*-linux*): No need to set xm_defines - handled by
global settings for *-*-linux*.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41714 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/config.gcc
gcc/tsystem.h