]> git.eshelyaron.com Git - emacs.git/commitdiff
(LD_SWITCH_SYSTEM): Delete the -L options.
authorRichard M. Stallman <rms@gnu.org>
Wed, 11 Aug 1993 23:15:09 +0000 (23:15 +0000)
committerRichard M. Stallman <rms@gnu.org>
Wed, 11 Aug 1993 23:15:09 +0000 (23:15 +0000)
src/s/hpux8.h

index 9bebd5d4a56329f9e5d344918c88fa28db32439b..45fb9b9456d00ac32ab0092aa6bc5937691a5ba6 100644 (file)
    Note GCC automatically passes -a archive to ld, and it has its own
    conflicting -a.  */
 #ifdef __GNUC__
-#define LD_SWITCH_SYSTEM  -L/usr/lib/X11R5 -L/usr/lib/X11R4 -Xlinker -a -Xlinker archive
+#define LD_SWITCH_SYSTEM -Xlinker -a -Xlinker archive
 
 /* No need to specify roundabout way of linking temacs.  */
 #define ORDINARY_LINK
 #else
-#define LD_SWITCH_SYSTEM -a archive -L/usr/lib/X11R5 -L/usr/lib/X11R4
+#define LD_SWITCH_SYSTEM -a archive
 #endif
 
 #if 0 /* This should no longer be necessary now that