summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <baumann@hyakutake-freebsd864.eurospider.ch>2010-05-21 11:51:05 +0200
committerAndreas Baumann <baumann@hyakutake-freebsd864.eurospider.ch>2010-05-21 11:51:05 +0200
commit0c7d6adf14a568a792ce65e359f9fb177499ad74 (patch)
tree6dbf1c2ce9e2f59a89cdadcb9c01846745f805f4 /makefiles
parenteca7b5dbd6929a75075372cc4be2c6b376d9cb17 (diff)
downloadwolfbones-0c7d6adf14a568a792ce65e359f9fb177499ad74.tar.gz
wolfbones-0c7d6adf14a568a792ce65e359f9fb177499ad74.tar.bz2
fixed compilation on FreeBSD 8.0 (64-bit)
Diffstat (limited to 'makefiles')
-rwxr-xr-xmakefiles/gmake/guess_env2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefiles/gmake/guess_env b/makefiles/gmake/guess_env
index 2e4f3de..0ed5601 100755
--- a/makefiles/gmake/guess_env
+++ b/makefiles/gmake/guess_env
@@ -67,7 +67,7 @@ esac
case "$UNAME_MACHINE" in
i*86*) ARCH=x86
;;
- x86_64) ARCH=x86_64
+ x86_64|amd64) ARCH=x86_64
;;
sun4u) ARCH=sun4u
;;