mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-18 18:51:24 +08:00
* xm-m88k.h (USG): Only define if it hasn't already been defined.
From-SVN: r15218
This commit is contained in:
parent
ee2910692e
commit
552592195e
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user