Mercurial > emacs
changeset 8084:6746cdbec82b
Add commented-out code.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Wed, 29 Jun 1994 15:26:29 +0000 |
parents | dc62b2daf48e |
children | c7eb887a1e78 |
files | src/m/convex.h |
diffstat | 1 files changed, 15 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/m/convex.h Tue Jun 28 21:51:12 1994 +0000 +++ b/src/m/convex.h Wed Jun 29 15:26:29 1994 +0000 @@ -182,3 +182,18 @@ /* Avoid error in getloadavg.c. */ #define NLIST_NAME_UNION 1 + +#if 0 /* This is supposed to be an improvement. + It would be good for people to try enabling this code + and report the results. */ +/* gcc -nostdlib prevents some math symbols from being included. + So we have to use -nostartfiles instead. */ +#define LINKER $(CC) -nostartfiles + +#define ORDINARY_LINK + +#undef LD_SWITCH_MACHINE +#define LD_SWITCH_MACHINE \ + -L /usr/lib \ + '-A__iob=___ap$$iob' '-A_use_libc_sema=___ap$$use_libc_sema' +#endif