diff options
| author | Richard M. Stallman | 1996-09-17 19:02:36 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1996-09-17 19:02:36 +0000 |
| commit | be9828d197a790627078529686b60572313ced5f (patch) | |
| tree | d7ac9ddb926659abfdf2e7dfa9d0ccfc8f23e02f /src | |
| parent | d8f59f561a72bbfe03d357635c17983751a9ef61 (diff) | |
| download | emacs-be9828d197a790627078529686b60572313ced5f.tar.gz emacs-be9828d197a790627078529686b60572313ced5f.zip | |
(C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM): Don't define them if using GCC.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sco5.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/s/sco5.h b/src/s/sco5.h index 7f0f21d08f8..1c914a37299 100644 --- a/src/s/sco5.h +++ b/src/s/sco5.h | |||
| @@ -149,8 +149,10 @@ Boston, MA 02111-1307, USA. */ | |||
| 149 | 149 | ||
| 150 | #define UNEXEC unexelf.o | 150 | #define UNEXEC unexelf.o |
| 151 | 151 | ||
| 152 | #ifndef __GNUC__ | ||
| 152 | #define C_SWITCH_SYSTEM -belf | 153 | #define C_SWITCH_SYSTEM -belf |
| 153 | #define LD_SWITCH_SYSTEM -belf | 154 | #define LD_SWITCH_SYSTEM -belf |
| 155 | #endif | ||
| 154 | 156 | ||
| 155 | /* SCO has a working alloca in libPW */ | 157 | /* SCO has a working alloca in libPW */ |
| 156 | #define HAVE_ALLOCA | 158 | #define HAVE_ALLOCA |