diff options
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 |