Mercurial > emacs
changeset 6104:44fc65a7fc46
(LD_SWITCH_SYSTEM): New definitions, with #undef.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 26 Feb 1994 20:49:21 +0000 |
parents | 4acb066b1b96 |
children | 31d2f3e0cf64 |
files | src/s/sol2-3.h |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/sol2-3.h Sat Feb 26 20:47:37 1994 +0000 +++ b/src/s/sol2-3.h Sat Feb 26 20:49:21 1994 +0000 @@ -2,3 +2,13 @@ /* Solaris 2.3 has a bug in XListFontsWithInfo. */ #define BROKEN_XLISTFONTSWITHINFO + +/* Override LD_SWITCH_SYSTEM: add -L /usr/ccs/lib to the sol2.h value. */ + +#undef LD_SWITCH_SYSTEM + +#ifndef __GNUC__ +#define LD_SWITCH_SYSTEM -L /usr/ccs/lib LD_SWITCH_X_SITE_AUX +#else /* GCC */ +#define LD_SWITCH_SYSTEM -L /usr/ccs/lib -Xlinker LD_SWITCH_X_SITE_AUX +#endif /* GCC */