From b2a64f2c20a2782bc737410d626adcf6679d467c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 17 Dec 2008 10:01:41 +0000 Subject: - fixed for 64-bit --- makefiles/guess_env | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/makefiles/guess_env b/makefiles/guess_env index f11ef5a..abe78cd 100755 --- a/makefiles/guess_env +++ b/makefiles/guess_env @@ -51,7 +51,10 @@ esac case "$UNAME_MACHINE" in i*86*) ARCH=x86 ;; - + + x86_64) ARCH=x86_64 + ;; + sun4u) ARCH=sun4u ;; -- cgit v1.2.3-54-g00ecf