diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/dgux.h | 2 |
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. */ | |||
| 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. */ |