changeset 3131:ae1e4c736d80

(LD_SWITCH_SYSTEM) [__GNUC__]: Pass -a archive to ld.
author Richard M. Stallman <rms@gnu.org>
date Wed, 26 May 1993 20:03:16 +0000
parents 82c29bacb6b3
children e32cef1a19b7
files src/s/hpux8.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/hpux8.h	Wed May 26 19:42:36 1993 +0000
+++ b/src/s/hpux8.h	Wed May 26 20:03:16 1993 +0000
@@ -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