]> code.delx.au - gnu-emacs/blob - src/s/sol2-5.h
(HPUX10): New macro.
[gnu-emacs] / src / s / sol2-5.h
1 /* Handle Solaris 2.5. */
2
3 #include "sol2-4.h"
4
5 #if 0 /* A recent patch in unexelf.c should eliminate the need for this. */
6 /* Don't use the shared libraries for -lXt and -lXaw,
7 to work around a linker bug in Solaris 2.5.
8 (This also affects the other libraries used specifically for
9 the X toolkit, which may not be necessary.) */
10 #define LIBXT_STATIC
11
12 #ifdef __GNUC__
13 #define STATIC_OPTION -Xlinker -Bstatic
14 #define DYNAMIC_OPTION -Xlinker -Bdynamic
15 #else
16 #define STATIC_OPTION -Bstatic
17 #define DYNAMIC_OPTION -Bdynamic
18 #endif
19
20 #endif /* 0 */