aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s/sol2-5.h16
1 files changed, 1 insertions, 15 deletions
diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h
index 6c2a5eec97f..874e560f5d4 100644
--- a/src/s/sol2-5.h
+++ b/src/s/sol2-5.h
@@ -38,19 +38,5 @@
38#endif 38#endif
39#endif 39#endif
40 40
41#if 0 /* A recent patch in unexelf.c should eliminate the need for this. */ 41#define UNEXEC unexsol.o
42/* Don't use the shared libraries for -lXt and -lXaw,
43 to work around a linker bug in Solaris 2.5.
44 (This also affects the other libraries used specifically for
45 the X toolkit, which may not be necessary.) */
46#define LIBXT_STATIC
47
48#ifdef __GNUC__
49#define STATIC_OPTION -Xlinker -Bstatic
50#define DYNAMIC_OPTION -Xlinker -Bdynamic
51#else
52#define STATIC_OPTION -Bstatic
53#define DYNAMIC_OPTION -Bdynamic
54#endif
55 42
56#endif /* 0 */