diff options
-rw-r--r-- | config/irix6.2 | 1 | ||||
-rw-r--r-- | config/irix64 | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/config/irix6.2 b/config/irix6.2 index 1ec4f4b..de0b2bb 100644 --- a/config/irix6.2 +++ b/config/irix6.2 @@ -9,6 +9,7 @@ # Compiler flags. The CPPFLAGS values should not include package debug # flags like `-DH5G_DEBUG' since these are added with the # `--enable-debug' switch of configure. +RANLIB=: # What must *always* be present for things to compile correctly? CFLAGS="$CFLAGS -ansi -n32" diff --git a/config/irix64 b/config/irix64 index 924b431..e02c2e6 100644 --- a/config/irix64 +++ b/config/irix64 @@ -12,6 +12,7 @@ # Use SGI supplied C compiler CC="cc" +RANLIB=: # What must *always* be present for things to compile correctly? # Always turn off these warnings: |