changeset 3046:965eb3b38ba2

(NO_GET_LOAD_AVG): Test _M88KBCS_TARGET, not __GNUC__.
author Richard M. Stallman <rms@gnu.org>
date Tue, 25 May 1993 01:05:04 +0000
parents 0267fb20b0df
children fa1b6b4e8409
files src/s/dgux.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/dgux.h	Tue May 25 01:00:21 1993 +0000
+++ b/src/s/dgux.h	Tue May 25 01:05:04 1993 +0000
@@ -290,7 +290,7 @@
 CC=gcc
 #endif /* not MAKING_MAKEFILE */
 
-#ifdef __GNUC__
+#ifdef _M88KBCS_TARGET
 /* Karl Berry says: the environment
    recommended by gcc (88/open, a.k.a. m88kbcs) doesn't support some system
    functions, and gcc doesn't make it easy to switch environments.  */