* xm-m88k.h (USG): Only define if it hasn't already been defined.

From-SVN: r15218
This commit is contained in:
Manfred Hollstein 1997-09-10 06:37:46 +00:00 committed by Jeff Law
parent ee2910692e
commit 552592195e
2 changed files with 6 additions and 0 deletions

View File

@ -1,5 +1,9 @@
Wed Sep 10 00:29:29 1997 Manfred Hollstein <manfred@s-direktnet.de>
* xm-m88k.h (USG): Only define if it hasn't already been defined.
* Makefile.in (risky-stage1): Delete gratutious whitespace.
* Makefile.in (clean): Delete libgcc1-test.
* Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.

View File

@ -48,7 +48,9 @@ Boston, MA 02111-1307, USA. */
/* The 88open BCS (and ABI) environment doesn't support BSD features
(vfork, getrusage), so use USG. The Omron Luna/88k is BSD though. */
#ifndef luna88k
#ifndef USG
#define USG
#endif
#define NO_SYS_SIGLIST
#endif