From 8acac62da8cadec38b0c2242de0f7af4601e06c4 Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Wed, 7 Sep 2005 12:28:31 -0500 Subject: [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: --- config/nec-superux14.1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v0.12