From: Richard M. Stallman Date: Thu, 5 Sep 2002 02:37:17 +0000 (+0000) Subject: (UNEXEC): Use unexsol.o. X-Git-Tag: ttn-vms-21-2-B4~13390 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=91fda8546ac16baabbe8462d4a0b2e2c76f23896;p=emacs.git (UNEXEC): Use unexsol.o. --- 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 @@ #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 */