[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:
Elena Pourmal 2005-09-07 12:28:31 -05:00
parent 181102ff74
commit 8acac62da8

View File

@ -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"