# HG changeset patch # User Richard M. Stallman # Date 772903589 0 # Node ID 6746cdbec82bb323d5131dbe2368da5694453a69 # Parent dc62b2daf48e5a5a1d735a7fac47b87d6d29508c Add commented-out code. diff -r dc62b2daf48e -r 6746cdbec82b src/m/convex.h --- 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