aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/m88k
diff options
context:
space:
mode:
authorManfred Hollstein <manfred@s-direktnet.de>1997-09-10 06:37:46 +0000
committerJeff Law <law@gcc.gnu.org>1997-09-10 00:37:46 -0600
commit552592195e55f779e5c18130c3ae7f6f016a9c79 (patch)
treecd9c77dffc0208ad31ad3024379cfbf6620f77e1 /gcc/config/m88k
parentee2910692e76e6f35957b72e44e95c9ef5644e59 (diff)
downloadgcc-552592195e55f779e5c18130c3ae7f6f016a9c79.zip
gcc-552592195e55f779e5c18130c3ae7f6f016a9c79.tar.gz
gcc-552592195e55f779e5c18130c3ae7f6f016a9c79.tar.bz2
* xm-m88k.h (USG): Only define if it hasn't already been defined.
From-SVN: r15218
Diffstat (limited to 'gcc/config/m88k')
-rw-r--r--gcc/config/m88k/xm-m88k.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/config/m88k/xm-m88k.h b/gcc/config/m88k/xm-m88k.h
index 8691f86..aff8e5f 100644
--- a/gcc/config/m88k/xm-m88k.h
+++ b/gcc/config/m88k/xm-m88k.h
@@ -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