diff options
Diffstat (limited to 'config/irix6.x')
-rw-r--r-- | config/irix6.x | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/irix6.x b/config/irix6.x index 0249ee4..113756f 100644 --- a/config/irix6.x +++ b/config/irix6.x @@ -80,5 +80,8 @@ case "X-$CC_BASENAME" in # Extra profiling flags PROFILE_CFLAGS=-pg PROFILE_CPPFLAGS= + + # Turn off shared lib option. It does not work for IRIX64 yet. + test `uname -s` = IRIX64 && enable_shared="${enable_shared:-no}" ;; esac |