aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2002-09-05 02:37:17 +0000
committerRichard M. Stallman2002-09-05 02:37:17 +0000
commit91fda8546ac16baabbe8462d4a0b2e2c76f23896 (patch)
treeebbfb327260d1998ba50b8dfb743effdb92781ad
parent1de65f5131196f888384c154ba1c0fe0a6634a8c (diff)
downloademacs-91fda8546ac16baabbe8462d4a0b2e2c76f23896.tar.gz
emacs-91fda8546ac16baabbe8462d4a0b2e2c76f23896.zip
(UNEXEC): Use unexsol.o.
-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 */