Mercurial > emacs
changeset 5037:0bcb829bd1a3
(LD_SWITCH_SYSTEM) [hp9000s700]: Add -L/lib/pa1.1.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Tue, 16 Nov 1993 06:08:33 +0000 |
parents | ef34c5a4d264 |
children | 61c4250fb760 |
files | src/s/hpux8.h |
diffstat | 1 files changed, 4 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/hpux8.h Tue Nov 16 05:45:11 1993 +0000 +++ b/src/s/hpux8.h Tue Nov 16 06:08:33 1993 +0000 @@ -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. */