diff options
| author | Richard M. Stallman | 1993-11-16 06:08:33 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-11-16 06:08:33 +0000 |
| commit | dd0a39d6649687bb93c5d2462604078e4e2c5d88 (patch) | |
| tree | 9a17304009035fef09e7f9e1f44ebb60cf62f8be /src | |
| parent | 6d291527afe29bdc9b96cf660c56b8bc634b9b19 (diff) | |
| download | emacs-dd0a39d6649687bb93c5d2462604078e4e2c5d88.tar.gz emacs-dd0a39d6649687bb93c5d2462604078e4e2c5d88.zip | |
(LD_SWITCH_SYSTEM) [hp9000s700]: Add -L/lib/pa1.1.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux8.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ | |||
| 23 | /* No need to specify roundabout way of linking temacs. */ | 23 | /* No need to specify roundabout way of linking temacs. */ |
| 24 | #define ORDINARY_LINK | 24 | #define ORDINARY_LINK |
| 25 | #else | 25 | #else |
| 26 | #if defined(hp9000s700) || defined(__hp9000s700) | ||
| 27 | #define LD_SWITCH_SYSTEM -a archive -L/lib/pa1.1 | ||
| 28 | #else | ||
| 26 | #define LD_SWITCH_SYSTEM -a archive | 29 | #define LD_SWITCH_SYSTEM -a archive |
| 27 | #endif | 30 | #endif |
| 31 | #endif | ||
| 28 | 32 | ||
| 29 | #if 0 /* This should no longer be necessary now that | 33 | #if 0 /* This should no longer be necessary now that |
| 30 | C_SWITCH_... are passed down when compiling oldXMenu. */ | 34 | C_SWITCH_... are passed down when compiling oldXMenu. */ |