diff options
| author | Dave Love | 2000-01-24 15:06:58 +0000 |
|---|---|---|
| committer | Dave Love | 2000-01-24 15:06:58 +0000 |
| commit | 9482c3ea3b794c6232c893cc29ef1bd8ea33ad54 (patch) | |
| tree | 80e8481d161fba5a233ee5ffc4ed30dbb0f5a1ee | |
| parent | edf6aeb8901106f4a038a4c23b7cbe0fae853c93 (diff) | |
| download | emacs-9482c3ea3b794c6232c893cc29ef1bd8ea33ad54.tar.gz emacs-9482c3ea3b794c6232c893cc29ef1bd8ea33ad54.zip | |
Don't set LD_SWITCH_SYSTEM -- we use unexelf now.
Don't use -cckr -- apparently not now necessary.
| -rw-r--r-- | src/s/irix5-0.h | 9 |
1 files changed, 2 insertions, 7 deletions
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(); | |||
| 99 | /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ | 99 | /* Tell process_send_signal to use VSUSP instead of VSWTCH. */ |
| 100 | #define PREFER_VSUSP | 100 | #define PREFER_VSUSP |
| 101 | 101 | ||
| 102 | /* Because unexsgi.c cannot handle a ".sbss" section yet, we must | ||
| 103 | tell the linker to avoid making one. SGI's cc does this by | ||
| 104 | default, but GCC (at least 2.5.8 and 2.6.0) doesn't. */ | ||
| 105 | #ifdef __GNUC__ | ||
| 106 | #define LD_SWITCH_SYSTEM -G 0 | ||
| 107 | #endif | ||
| 108 | |||
| 109 | /* define MAIL_USE_FLOCK if the mailer uses flock | 102 | /* define MAIL_USE_FLOCK if the mailer uses flock |
| 110 | to interlock access to /usr/spool/mail/$USER. | 103 | to interlock access to /usr/spool/mail/$USER. |
| 111 | The alternative is that a lock file named | 104 | The alternative is that a lock file named |
| @@ -114,9 +107,11 @@ char *_getpty(); | |||
| 114 | #define MAIL_USE_FLOCK | 107 | #define MAIL_USE_FLOCK |
| 115 | 108 | ||
| 116 | /* use K&R C */ | 109 | /* use K&R C */ |
| 110 | #if 0 | ||
| 117 | #ifndef __GNUC__ | 111 | #ifndef __GNUC__ |
| 118 | #define C_SWITCH_SYSTEM -cckr | 112 | #define C_SWITCH_SYSTEM -cckr |
| 119 | #endif | 113 | #endif |
| 114 | #endif | ||
| 120 | 115 | ||
| 121 | /* -g does not work on Irix, and since gcc warns if you use it, | 116 | /* -g does not work on Irix, and since gcc warns if you use it, |
| 122 | turn off the warning. */ | 117 | turn off the warning. */ |