mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[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:
This commit is contained in:
parent
181102ff74
commit
8acac62da8
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user