Mercurial > emacs
changeset 47235:b922395a9576
(UNEXEC): Use unexsol.o.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Thu, 05 Sep 2002 02:37:17 +0000 |
parents | ca48173ebf57 |
children | debd2b1e4d08 |
files | src/s/sol2-5.h |
diffstat | 1 files changed, 1 insertions(+), 15 deletions(-) [+] |
line wrap: on
line diff
--- 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 */