comparison src/s/osf1.h @ 15837:f8a058024b5a

(LD_SWITCH_SYSTEM): New definition.
author Richard M. Stallman <rms@gnu.org>
date Wed, 07 Aug 1996 21:51:21 +0000
parents 30b88291babf
children f36dbc0b1e80
comparison
equal deleted inserted replaced
15836:aa83fbda6971 15837:f8a058024b5a
25 25
26 /* If your system uses COFF (Common Object File Format) then define the 26 /* If your system uses COFF (Common Object File Format) then define the
27 preprocessor symbol "COFF". */ 27 preprocessor symbol "COFF". */
28 28
29 #define COFF 29 #define COFF
30
31 /* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option
32 says where to find X windows at run time. We convert it to a -rpath option
33 which is what OSF1 uses. */
34 #define LD_SWITCH_SYSTEM `echo LD_SWITCH_X_SITE_AUX | sed -e 's/-R/-Wl,-rpath,/'`