From 362894fbb1b798dbbe81f193c6db1ee27eda5182 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Tue, 9 Mar 1999 17:52:57 -0500 Subject: [svn-r1127] Removed -64 from default setting. Irix workstations running 32 bit OS cannot handle the 64 bit instruction sets. Let the local system default takes care of preferred machine code. Tested on both IRIX and IRIX64 platforms. --- config/irix6.x | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/irix6.x b/config/irix6.x index 4025037..0249ee4 100644 --- a/config/irix6.x +++ b/config/irix6.x @@ -8,7 +8,7 @@ # Use SGI supplied C compiler by default. There is no ranlib if test "X-" = "X-$CC"; then - CC='cc -64' + CC='cc' CC_BASENAME=cc fi RANLIB=: -- cgit v0.12