]> git.eshelyaron.com Git - emacs.git/commitdiff
(UNEXEC): Use unexsol.o.
authorRichard M. Stallman <rms@gnu.org>
Thu, 5 Sep 2002 02:37:17 +0000 (02:37 +0000)
committerRichard M. Stallman <rms@gnu.org>
Thu, 5 Sep 2002 02:37:17 +0000 (02:37 +0000)
src/s/sol2-5.h

index 6c2a5eec97fe9eea1e5cb10bc5478905d222f8fd..874e560f5d4cb864d42cb456e4ec79cfb3d53179 100644 (file)
 #endif
 #endif
 
-#if 0 /* A recent patch in unexelf.c should eliminate the need for this.  */
-/* Don't use the shared libraries for -lXt and -lXaw,
-   to work around a linker bug in Solaris 2.5.
-   (This also affects the other libraries used specifically for
-   the X toolkit, which may not be necessary.)  */
-#define LIBXT_STATIC
-
-#ifdef __GNUC__
-#define STATIC_OPTION -Xlinker -Bstatic
-#define DYNAMIC_OPTION -Xlinker -Bdynamic
-#else
-#define STATIC_OPTION -Bstatic
-#define DYNAMIC_OPTION -Bdynamic
-#endif
+#define UNEXEC unexsol.o
 
-#endif /* 0 */