]> git.eshelyaron.com Git - emacs.git/commitdiff
Add commented-out code.
authorRichard M. Stallman <rms@gnu.org>
Wed, 29 Jun 1994 15:26:29 +0000 (15:26 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 29 Jun 1994 15:26:29 +0000 (15:26 +0000)
src/m/convex.h

index 866f1dc4e94e0b3f858c3d826666a2e275190bab..0b0a2e16beaa479649807a26da9aa9433f989c47 100644 (file)
@@ -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