(LD_SWITCH_SYSTEM): New definitions, with #undef.

This commit is contained in:
Richard M. Stallman 1994-02-26 20:49:21 +00:00
parent 7ea5afd257
commit b1d07009bf

View file

@ -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 */