]> git.eshelyaron.com Git - emacs.git/commitdiff
(LD_SWITCH_SYSTEM) [hp9000s700]: Add -L/lib/pa1.1.
authorRichard M. Stallman <rms@gnu.org>
Tue, 16 Nov 1993 06:08:33 +0000 (06:08 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 16 Nov 1993 06:08:33 +0000 (06:08 +0000)
src/s/hpux8.h

index 45fb9b9456d00ac32ab0092aa6bc5937691a5ba6..feb05dcf251fd0428641ed229bc9dee4a2c8baf3 100644 (file)
 /* No need to specify roundabout way of linking temacs.  */
 #define ORDINARY_LINK
 #else
+#if defined(hp9000s700) || defined(__hp9000s700)
+#define LD_SWITCH_SYSTEM -a archive -L/lib/pa1.1
+#else
 #define LD_SWITCH_SYSTEM -a archive
 #endif
+#endif
 
 #if 0 /* This should no longer be necessary now that
         C_SWITCH_... are passed down when compiling oldXMenu.  */