diff options
| author | Richard M. Stallman | 1994-02-23 19:47:11 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-02-23 19:47:11 +0000 |
| commit | fbe92c1d7a7e57f47884d4b12ebe1cd1e179dc17 (patch) | |
| tree | 762df66acb71737bf21593f3f038b4f0c9e1305d /src | |
| parent | a2bb8f73f210ef9a5472d3943e376ed011c80429 (diff) | |
| download | emacs-fbe92c1d7a7e57f47884d4b12ebe1cd1e179dc17.tar.gz emacs-fbe92c1d7a7e57f47884d4b12ebe1cd1e179dc17.zip | |
NEWSOS5 conditional deleted.
[NEWSOS5] (START_FILES, LIB_STANDARD, C_DEBUG_SWITCH)
(C_OPTIMIZE_SWITCH, LD_SWITCH_MACHINE): Definitions moved away.
Diffstat (limited to 'src')
| -rw-r--r-- | src/m/mips.h | 20 |
1 files changed, 2 insertions, 18 deletions
diff --git a/src/m/mips.h b/src/m/mips.h index 6bd2aea64d3..2cdae83c3c3 100644 --- a/src/m/mips.h +++ b/src/m/mips.h | |||
| @@ -137,6 +137,7 @@ NOTE-END */ | |||
| 137 | 137 | ||
| 138 | /* Alter some of the options used when linking. */ | 138 | /* Alter some of the options used when linking. */ |
| 139 | 139 | ||
| 140 | #ifndef NEWSOS5 | ||
| 140 | #ifdef BSD | 141 | #ifdef BSD |
| 141 | 142 | ||
| 142 | /* DECstations don't have this library. | 143 | /* DECstations don't have this library. |
| @@ -148,23 +149,6 @@ NOTE-END */ | |||
| 148 | #define LINKER /bsd43/bin/ld | 149 | #define LINKER /bsd43/bin/ld |
| 149 | 150 | ||
| 150 | #else /* not BSD */ | 151 | #else /* not BSD */ |
| 151 | #ifdef NEWSOS5 | ||
| 152 | |||
| 153 | #define LIBS_MACHINE -lmld | ||
| 154 | #define START_FILES pre-crt0.o /usr/ccs/lib/crt1.o | ||
| 155 | #define LIB_STANDARD -lsocket -lnsl -lc /usr/ccs/lib/crtn.o /usr/ccs/lib/values-Xt.o | ||
| 156 | |||
| 157 | #ifdef __GNUC__ | ||
| 158 | #define C_DEBUG_SWITCH -g | ||
| 159 | #define C_OPTIMIZE_SWITCH -g -O | ||
| 160 | #define LD_SWITCH_MACHINE -g -Xlinker -D -Xlinker 800000 | ||
| 161 | #else | ||
| 162 | #define C_DEBUG_SWITCH -g3 | ||
| 163 | #define C_OPTIMIZE_SWITCH -g3 | ||
| 164 | #define LD_SWITCH_MACHINE -g3 -D 800000 | ||
| 165 | #endif | ||
| 166 | |||
| 167 | #else /* not NEWSOS5 */ | ||
| 168 | 152 | ||
| 169 | #define LIBS_MACHINE -lmld | 153 | #define LIBS_MACHINE -lmld |
| 170 | #define LD_SWITCH_MACHINE -D 800000 -g3 | 154 | #define LD_SWITCH_MACHINE -D 800000 -g3 |
| @@ -179,8 +163,8 @@ NOTE-END */ | |||
| 179 | #define HAVE_VFORK /* Graciously provided by libX.a */ | 163 | #define HAVE_VFORK /* Graciously provided by libX.a */ |
| 180 | #endif | 164 | #endif |
| 181 | 165 | ||
| 182 | #endif /* not NEWSOS5 */ | ||
| 183 | #endif /* not BSD */ | 166 | #endif /* not BSD */ |
| 167 | #endif /* not NEWSOS5 */ | ||
| 184 | 168 | ||
| 185 | /* The standard definitions of these macros would work ok, | 169 | /* The standard definitions of these macros would work ok, |
| 186 | but these are faster because the constants are short. */ | 170 | but these are faster because the constants are short. */ |