Commit 55259219 by Manfred Hollstein Committed by Jeff Law

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

From-SVN: r15218
parent ee291069
Wed Sep 10 00:29:29 1997 Manfred Hollstein <manfred@s-direktnet.de> 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 (clean): Delete libgcc1-test.
* Makefile.in (INSTALL): cd to $(srcdir) before running texinfo. * Makefile.in (INSTALL): cd to $(srcdir) before running texinfo.
......
...@@ -48,7 +48,9 @@ Boston, MA 02111-1307, USA. */ ...@@ -48,7 +48,9 @@ Boston, MA 02111-1307, USA. */
/* The 88open BCS (and ABI) environment doesn't support BSD features /* The 88open BCS (and ABI) environment doesn't support BSD features
(vfork, getrusage), so use USG. The Omron Luna/88k is BSD though. */ (vfork, getrusage), so use USG. The Omron Luna/88k is BSD though. */
#ifndef luna88k #ifndef luna88k
#ifndef USG
#define USG #define USG
#endif
#define NO_SYS_SIGLIST #define NO_SYS_SIGLIST
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment