summaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2011-11-17 08:24:46 +0100
committerAndreas Baumann <abaumann@yahoo.com>2011-11-17 08:24:46 +0100
commitabb5c4f09cb5ef0f9b9c32e6ff57227fb29a372b (patch)
treee350afc973cea77e9a6b5a37dd9e964434540ece /makefiles
parentd19c75d992c8eb2d623f1148e8e150bfb5d741d2 (diff)
downloadwolfbones-abb5c4f09cb5ef0f9b9c32e6ff57227fb29a372b.tar.gz
wolfbones-abb5c4f09cb5ef0f9b9c32e6ff57227fb29a372b.tar.bz2
adapted for OpenBSD 5.0 on SPARC
Diffstat (limited to 'makefiles')
-rwxr-xr-xmakefiles/gmake/guess_env2
1 files changed, 2 insertions, 0 deletions
diff --git a/makefiles/gmake/guess_env b/makefiles/gmake/guess_env
index e1c66e3..bf7e9d9 100755
--- a/makefiles/gmake/guess_env
+++ b/makefiles/gmake/guess_env
@@ -83,6 +83,8 @@ case "$UNAME_MACHINE" in
;;
sun4u) ARCH=sun4u
;;
+ sparc64) ARCH=sparc64
+ ;;
*) ARCH=UNKNOWN
echo "Unknown architecture '$UNAME_MACHINE'"