comparison src/s/dgux.h @ 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 8a5b38421850
children 12f77fc97b48
comparison
equal deleted inserted replaced
3045:0267fb20b0df 3046:965eb3b38ba2
288 #else /* MAKING_MAKEFILE */ 288 #else /* MAKING_MAKEFILE */
289 /* force gcc to be used */ 289 /* force gcc to be used */
290 CC=gcc 290 CC=gcc
291 #endif /* not MAKING_MAKEFILE */ 291 #endif /* not MAKING_MAKEFILE */
292 292
293 #ifdef __GNUC__ 293 #ifdef _M88KBCS_TARGET
294 /* Karl Berry says: the environment 294 /* Karl Berry says: the environment
295 recommended by gcc (88/open, a.k.a. m88kbcs) doesn't support some system 295 recommended by gcc (88/open, a.k.a. m88kbcs) doesn't support some system
296 functions, and gcc doesn't make it easy to switch environments. */ 296 functions, and gcc doesn't make it easy to switch environments. */
297 #define NO_GET_LOAD_AVG 297 #define NO_GET_LOAD_AVG
298 #endif 298 #endif