diff options
Diffstat (limited to 'src/s/sunos4shr.h')
-rw-r--r-- | src/s/sunos4shr.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/s/sunos4shr.h b/src/s/sunos4shr.h index 3aac127f7b0..bfa4fdcb08e 100644 --- a/src/s/sunos4shr.h +++ b/src/s/sunos4shr.h @@ -43,3 +43,9 @@ #define memmove(to, from, size) bcopy (from, to, size) #undef USE_DL_STUBS + +#ifdef __GNUC__ +#define LIBXMU -Xlinker -Bstatic -lXmu -Xlinker -Bdynamic +#else +#define LIBXMU -Bstatic -lXmu -Bdynamic +#endif |