tsystem.h: Test only POSIX for availability of string.h and time.h.
authorZack Weinberg <zackw@stanford.edu>
Tue, 1 May 2001 03:48:04 +0000 (03:48 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Tue, 1 May 2001 03:48:04 +0000 (03:48 +0000)
commit34f4f3a551dd6bb1c369760eeda4b63a78e08087
tree8aee75418bc08023370427d9bef2cb1d2fe44a1f
parent7719ffbf1ded6d87084c813e56bddd91136dd9f3
tsystem.h: Test only POSIX for availability of string.h and time.h.

* 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*.

From-SVN: r41714
gcc/ChangeLog
gcc/config.gcc
gcc/tsystem.h