From: Dave Love Date: Mon, 24 Jan 2000 15:06:58 +0000 (+0000) Subject: Don't set LD_SWITCH_SYSTEM -- we use unexelf now. X-Git-Tag: emacs-pretest-21.0.90~5276 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9482c3ea3b794c6232c893cc29ef1bd8ea33ad54;p=emacs.git Don't set LD_SWITCH_SYSTEM -- we use unexelf now. Don't use -cckr -- apparently not now necessary. --- diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h index b898460215b..34996550ab8 100644 --- a/src/s/irix5-0.h +++ b/src/s/irix5-0.h @@ -99,13 +99,6 @@ char *_getpty(); /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ #define PREFER_VSUSP -/* Because unexsgi.c cannot handle a ".sbss" section yet, we must - tell the linker to avoid making one. SGI's cc does this by - default, but GCC (at least 2.5.8 and 2.6.0) doesn't. */ -#ifdef __GNUC__ -#define LD_SWITCH_SYSTEM -G 0 -#endif - /* define MAIL_USE_FLOCK if the mailer uses flock to interlock access to /usr/spool/mail/$USER. The alternative is that a lock file named @@ -114,9 +107,11 @@ char *_getpty(); #define MAIL_USE_FLOCK /* use K&R C */ +#if 0 #ifndef __GNUC__ #define C_SWITCH_SYSTEM -cckr #endif +#endif /* -g does not work on Irix, and since gcc warns if you use it, turn off the warning. */