diff options
| author | Richard M. Stallman | 1995-12-24 23:19:14 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1995-12-24 23:19:14 +0000 |
| commit | 46f7d0885f04cbbc3b01b605e7662a49c5ebba7d (patch) | |
| tree | 9ffde82cb9626674217e0b42e20a091419107780 /src | |
| parent | d098199ed98eb892252d30cc53ee42e35d60eb96 (diff) | |
| download | emacs-46f7d0885f04cbbc3b01b605e7662a49c5ebba7d.tar.gz emacs-46f7d0885f04cbbc3b01b605e7662a49c5ebba7d.zip | |
(STATIC_OPTION): For GCC, use -Xlinker.
(DYNAMIC_OPTION): Define like STATIC_OPTION.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/sol2-5.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/s/sol2-5.h b/src/s/sol2-5.h index 26986d433e6..944ec5e526d 100644 --- a/src/s/sol2-5.h +++ b/src/s/sol2-5.h | |||
| @@ -9,7 +9,9 @@ | |||
| 9 | #define LIBXT_STATIC | 9 | #define LIBXT_STATIC |
| 10 | 10 | ||
| 11 | #ifdef __GNUC__ | 11 | #ifdef __GNUC__ |
| 12 | #define STATIC_OPTION -static | 12 | #define STATIC_OPTION -Xlinker -Bstatic |
| 13 | #define DYNAMIC_OPTION -Xlinker -Bdynamic | ||
| 13 | #else | 14 | #else |
| 14 | #define STATIC_OPTION -Bstatic | 15 | #define STATIC_OPTION -Bstatic |
| 16 | #define DYNAMIC_OPTION -Bdynamic | ||
| 15 | #endif | 17 | #endif |