You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by mt...@apache.org on 2011/06/27 12:25:31 UTC

svn commit: r1140088 - /commons/sandbox/runtime/trunk/src/main/native/configure

Author: mturk
Date: Mon Jun 27 10:25:31 2011
New Revision: 1140088

URL: http://svn.apache.org/viewvc?rev=1140088&view=rev
Log:
Set real processor on Solaris

Modified:
    commons/sandbox/runtime/trunk/src/main/native/configure

Modified: commons/sandbox/runtime/trunk/src/main/native/configure
URL: http://svn.apache.org/viewvc/commons/sandbox/runtime/trunk/src/main/native/configure?rev=1140088&r1=1140087&r2=1140088&view=diff
==============================================================================
--- commons/sandbox/runtime/trunk/src/main/native/configure (original)
+++ commons/sandbox/runtime/trunk/src/main/native/configure Mon Jun 27 10:25:31 2011
@@ -500,6 +500,7 @@ case "$mach" in
     ;;
     i86pc    )
         mach=i386
+        test ".$has_64_bit" = .yes && mach=x86_64
     ;;
     sun4*    )
         mach=sparc