]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-linux-sparc-arch-detection-20070517
authorArkadi Shishlov <arkadi@mebius.lv>
Thu, 17 May 2007 07:51:27 +0000 (07:51 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 17 May 2007 07:51:27 +0000 (07:51 +0000)
FIXES 60288

use arch to figure out if we are sparc64

(cherry picked from commit 9352435f1c128ee011fc820e41c6fba508d141dd)

acinclude.m4

index 68f3d454d098b6e0ff1f4cac801c3ca098bba0c8..00eb6d5c7c30dd57c2c5443843839e7f97c783da 100644 (file)
@@ -503,7 +503,7 @@ else
                        AFS_SYSNAME="s390x_linuxXX"
                        ;;
                sparc-*-linux*)
-                       AFS_SYSNAME="sparc_linuxXX"
+                       AFS_SYSNAME="`/bin/arch`_linuxXX"
                        ;;
                sparc64-*-linux*)
                        AFS_SYSNAME="sparc64_linuxXX"