diff options
| author | Richard M. Stallman | 1993-05-26 20:03:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-05-26 20:03:16 +0000 |
| commit | 944cf49b35b9fc50f7638c57b74e2d2c96b621f7 (patch) | |
| tree | 003fa4b6de562757c1dd246e2ec8b7078a8fe166 /src | |
| parent | 10d89673923e14a72b6dc2a6e574221b6f3665eb (diff) | |
| download | emacs-944cf49b35b9fc50f7638c57b74e2d2c96b621f7.tar.gz emacs-944cf49b35b9fc50f7638c57b74e2d2c96b621f7.zip | |
(LD_SWITCH_SYSTEM) [__GNUC__]: Pass -a archive to ld.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/hpux8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/hpux8.h b/src/s/hpux8.h index b79a001c5f6..e49dcd6800c 100644 --- a/src/s/hpux8.h +++ b/src/s/hpux8.h | |||
| @@ -15,7 +15,7 @@ | |||
| 15 | Note GCC automatically passes -a archive to ld, and it has its own | 15 | Note GCC automatically passes -a archive to ld, and it has its own |
| 16 | conflicting -a. */ | 16 | conflicting -a. */ |
| 17 | #ifdef __GNUC__ | 17 | #ifdef __GNUC__ |
| 18 | #define LD_SWITCH_SYSTEM -L/usr/lib/X11R4 -static | 18 | #define LD_SWITCH_SYSTEM -L/usr/lib/X11R4 -Xlinker -a -Xlinker archive |
| 19 | 19 | ||
| 20 | /* No need to specify roundabout way of linking temacs. */ | 20 | /* No need to specify roundabout way of linking temacs. */ |
| 21 | #define ORDINARY_LINK | 21 | #define ORDINARY_LINK |