# HG changeset patch # User Dave Love # Date 948726418 0 # Node ID eb68fec11d9a90f1ca30460ff5ff35b048e65fbf # Parent d6b965f1499c0f2870a9ce534d57d2b159735c8c Don't set LD_SWITCH_SYSTEM -- we use unexelf now. Don't use -cckr -- apparently not now necessary. diff -r d6b965f1499c -r eb68fec11d9a src/s/irix5-0.h --- a/src/s/irix5-0.h Mon Jan 24 14:44:26 2000 +0000 +++ b/src/s/irix5-0.h Mon Jan 24 15:06:58 2000 +0000 @@ -99,13 +99,6 @@ /* 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 @@ #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. */