diff options
author | Albert Cheng <acheng@hdfgroup.org> | 1998-06-04 06:54:10 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 1998-06-04 06:54:10 (GMT) |
commit | fa96fe2b02e091fff9b9e261898dce15cf639820 (patch) | |
tree | 7210b278d355c97fb7d0878ec988200bf14cf7ec /config | |
parent | fd2f6b9f7f4f61009008df43495b3276f8ab7128 (diff) | |
download | hdf5-fa96fe2b02e091fff9b9e261898dce15cf639820.zip hdf5-fa96fe2b02e091fff9b9e261898dce15cf639820.tar.gz hdf5-fa96fe2b02e091fff9b9e261898dce15cf639820.tar.bz2 |
[svn-r405] Irix systems do not need to use ranlib command. Set RANLIB
to ':' to make it a null action.
Diffstat (limited to 'config')
-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: |