summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard M. Stallman <rms@gnu.org>1994-06-29 15:26:29 +0000
committerRichard M. Stallman <rms@gnu.org>1994-06-29 15:26:29 +0000
commit028905cf5b467b83f907f561363f0df1d6fc9b71 (patch)
tree782e362aa0652c336e13d8921f8a8f81b0270ce9
parent27b6cd736e437c202ded9bb166996198413b5703 (diff)
downloademacs-028905cf5b467b83f907f561363f0df1d6fc9b71.tar.gz
Add commented-out code.
-rw-r--r--src/m/convex.h15
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. */
/* 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