diff options
| author | Richard M. Stallman | 1994-06-29 15:26:29 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1994-06-29 15:26:29 +0000 |
| commit | cbb35d7d1cdf59c4d3feedfbaba44cb61563ceff (patch) | |
| tree | 930537998c61a9d32f1ffa45fce15bf5a0cb2aa5 /src/m | |
| parent | 2c1b5dbe280272ac103893d39825a57d6a059d60 (diff) | |
| download | emacs-cbb35d7d1cdf59c4d3feedfbaba44cb61563ceff.tar.gz emacs-cbb35d7d1cdf59c4d3feedfbaba44cb61563ceff.zip | |
Add commented-out code.
Diffstat (limited to 'src/m')
| -rw-r--r-- | src/m/convex.h | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/m/convex.h b/src/m/convex.h index 866f1dc4e94..0b0a2e16bea 100644 --- a/src/m/convex.h +++ b/src/m/convex.h | |||
| @@ -182,3 +182,18 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 182 | 182 | ||
| 183 | /* Avoid error in getloadavg.c. */ | 183 | /* Avoid error in getloadavg.c. */ |
| 184 | #define NLIST_NAME_UNION 1 | 184 | #define NLIST_NAME_UNION 1 |
| 185 | |||
| 186 | #if 0 /* This is supposed to be an improvement. | ||
| 187 | It would be good for people to try enabling this code | ||
| 188 | and report the results. */ | ||
| 189 | /* gcc -nostdlib prevents some math symbols from being included. | ||
| 190 | So we have to use -nostartfiles instead. */ | ||
| 191 | #define LINKER $(CC) -nostartfiles | ||
| 192 | |||
| 193 | #define ORDINARY_LINK | ||
| 194 | |||
| 195 | #undef LD_SWITCH_MACHINE | ||
| 196 | #define LD_SWITCH_MACHINE \ | ||
| 197 | -L /usr/lib \ | ||
| 198 | '-A__iob=___ap$$iob' '-A_use_libc_sema=___ap$$use_libc_sema' | ||
| 199 | #endif | ||