diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2005-09-07 17:28:31 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2005-09-07 17:28:31 (GMT) |
commit | 8acac62da8cadec38b0c2242de0f7af4601e06c4 (patch) | |
tree | 7838333e5fb778deed439a04b79f32333f29d315 /config/nec-superux14.1 | |
parent | 181102ff7483d517ecd40e4d6f81a929ca854de3 (diff) | |
download | hdf5-8acac62da8cadec38b0c2242de0f7af4601e06c4.zip hdf5-8acac62da8cadec38b0c2242de0f7af4601e06c4.tar.gz hdf5-8acac62da8cadec38b0c2242de0f7af4601e06c4.tar.bz2 |
[svn-r11360] Purpose: SX-6 port
Description: SX-6 doesn't need to use ranlib.
Solution: Set RANLIB variable to ":" (suggested by James)
Platforms tested: SX-6
Misc. update:
Diffstat (limited to 'config/nec-superux14.1')
-rw-r--r-- | config/nec-superux14.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/nec-superux14.1 b/config/nec-superux14.1 index 09d6e7a..4f435b3 100644 --- a/config/nec-superux14.1 +++ b/config/nec-superux14.1 @@ -35,7 +35,7 @@ if test "X-" = "X-$CC"; then fi # The default archiver is `sxar' AR=${AR:-sxar} -RANLIB=${RANLIB:=" "} +RANLIB=${RANLIB:=":"} if test "X-" = "X-$CXX"; then CXX="sxc++ -size_t64 -xint -Kexceptions" |