emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/s/sol2-5.h


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/s/sol2-5.h
Date: Wed, 04 Sep 2002 22:37:17 -0400

Index: emacs/src/s/sol2-5.h
diff -c emacs/src/s/sol2-5.h:1.15 emacs/src/s/sol2-5.h:1.16
*** emacs/src/s/sol2-5.h:1.15   Sat Aug 17 00:57:03 2002
--- emacs/src/s/sol2-5.h        Wed Sep  4 22:37:17 2002
***************
*** 38,56 ****
  #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
- 
- #endif /* 0 */
--- 38,42 ----
  #endif
  #endif
  
! #define UNEXEC unexsol.o
  




reply via email to

[Prev in Thread] Current Thread [Next in Thread]