# HG changeset patch # User Richard M. Stallman # Date 1031193437 0 # Node ID b922395a95763f5cbc7a9067172ac494b43dff70 # Parent ca48173ebf571fe5cb8f9ca7fbd5f43b9ca4120a (UNEXEC): Use unexsol.o. diff -r ca48173ebf57 -r b922395a9576 src/s/sol2-5.h --- a/src/s/sol2-5.h Thu Sep 05 02:36:22 2002 +0000 +++ b/src/s/sol2-5.h Thu Sep 05 02:37:17 2002 +0000 @@ -38,19 +38,5 @@ #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 +#define UNEXEC unexsol.o -#ifdef __GNUC__ -#define STATIC_OPTION -Xlinker -Bstatic -#define DYNAMIC_OPTION -Xlinker -Bdynamic -#else -#define STATIC_OPTION -Bstatic -#define DYNAMIC_OPTION -Bdynamic -#endif - -#endif /* 0 */