comparison src/s/sol2-4.h @ 15456:64addbeb9e96

(LD_SWITCH_SYSTEM): Use no space after -L and -R.
author Richard M. Stallman <rms@gnu.org>
date Wed, 19 Jun 1996 21:15:58 +0000
parents 77feea2e700b
children 8f719bb518cc
comparison
equal deleted inserted replaced
15455:751cae978048 15456:64addbeb9e96
11 #undef const 11 #undef const
12 #endif /* __GNUC__ */ 12 #endif /* __GNUC__ */
13 13
14 #undef LD_SWITCH_SYSTEM 14 #undef LD_SWITCH_SYSTEM
15 #ifndef __GNUC__ 15 #ifndef __GNUC__
16 #define LD_SWITCH_SYSTEM -L /usr/ccs/lib LD_SWITCH_X_SITE_AUX -R /usr/dt/lib -L /usr/dt/lib 16 #define LD_SWITCH_SYSTEM -L/usr/ccs/lib LD_SWITCH_X_SITE_AUX -R/usr/dt/lib -L/usr/dt/lib
17 #else /* GCC */ 17 #else /* GCC */
18 /* We use ./prefix-args because we don't know whether LD_SWITCH_X_SITE_AUX 18 /* We use ./prefix-args because we don't know whether LD_SWITCH_X_SITE_AUX
19 has anything in it. It can be empty. 19 has anything in it. It can be empty.
20 This works ok in src. Luckily lib-src does not use LD_SWITCH_SYSTEM. */ 20 This works ok in src. Luckily lib-src does not use LD_SWITCH_SYSTEM. */
21 #define LD_SWITCH_SYSTEM -L /usr/ccs/lib \ 21 #define LD_SWITCH_SYSTEM -L/usr/ccs/lib \
22 `./prefix-args -Xlinker LD_SWITCH_X_SITE_AUX` -R /usr/dt/lib -L /usr/dt/lib 22 `./prefix-args -Xlinker LD_SWITCH_X_SITE_AUX` -R/usr/dt/lib -L/usr/dt/lib
23 #endif /* GCC */ 23 #endif /* GCC */
24 24
25 /* Gregory Neil Shapiro <gshapiro@hhmi.org> reports the Motif header files 25 /* Gregory Neil Shapiro <gshapiro@hhmi.org> reports the Motif header files
26 are in this directory on Solaris 2.4. */ 26 are in this directory on Solaris 2.4. */
27 #define C_SWITCH_X_SYSTEM -I/usr/dt/include 27 #define C_SWITCH_X_SYSTEM -I/usr/dt/include