diff options
author | Richard M. Stallman <rms@gnu.org> | 1993-05-26 20:03:16 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1993-05-26 20:03:16 +0000 |
commit | 944cf49b35b9fc50f7638c57b74e2d2c96b621f7 (patch) | |
tree | 003fa4b6de562757c1dd246e2ec8b7078a8fe166 /src/s/hpux8.h | |
parent | 10d89673923e14a72b6dc2a6e574221b6f3665eb (diff) | |
download | emacs-944cf49b35b9fc50f7638c57b74e2d2c96b621f7.tar.gz |
(LD_SWITCH_SYSTEM) [__GNUC__]: Pass -a archive to ld.
Diffstat (limited to 'src/s/hpux8.h')
-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 @@ Note GCC automatically passes -a archive to ld, and it has its own conflicting -a. */ #ifdef __GNUC__ -#define LD_SWITCH_SYSTEM -L/usr/lib/X11R4 -static +#define LD_SWITCH_SYSTEM -L/usr/lib/X11R4 -Xlinker -a -Xlinker archive /* No need to specify roundabout way of linking temacs. */ #define ORDINARY_LINK |