From fa96fe2b02e091fff9b9e261898dce15cf639820 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Thu, 4 Jun 1998 01:54:10 -0500 Subject: [svn-r405] Irix systems do not need to use ranlib command. Set RANLIB to ':' to make it a null action. --- config/irix6.2 | 1 + config/irix64 | 1 + 2 files changed, 2 insertions(+) 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: -- cgit v0.12