From: Richard M. Stallman Date: Tue, 16 Nov 1993 06:08:33 +0000 (+0000) Subject: (LD_SWITCH_SYSTEM) [hp9000s700]: Add -L/lib/pa1.1. X-Git-Tag: emacs-19.34~10814 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dd0a39d6649687bb93c5d2462604078e4e2c5d88;p=emacs.git (LD_SWITCH_SYSTEM) [hp9000s700]: Add -L/lib/pa1.1. --- diff --git a/src/s/hpux8.h b/src/s/hpux8.h index 45fb9b9456d..feb05dcf251 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h @@ -23,8 +23,12 @@ /* 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. */