aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman1993-05-25 01:05:04 +0000
committerRichard M. Stallman1993-05-25 01:05:04 +0000
commit1f9ecc7b660b14cd91d20846d95513e8e6afc1aa (patch)
tree2bad8c564fc1f67368a808acfb5a525cd6d10040 /src
parent3bd330d47a1f0c6d008e2d5ffe8612d1e9bce28c (diff)
downloademacs-1f9ecc7b660b14cd91d20846d95513e8e6afc1aa.tar.gz
emacs-1f9ecc7b660b14cd91d20846d95513e8e6afc1aa.zip
(NO_GET_LOAD_AVG): Test _M88KBCS_TARGET, not __GNUC__.
Diffstat (limited to 'src')
-rw-r--r--src/s/dgux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/dgux.h b/src/s/dgux.h
index b7c6debed68..4bda11b0abe 100644
--- a/src/s/dgux.h
+++ b/src/s/dgux.h
@@ -290,7 +290,7 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
290CC=gcc 290CC=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. */