]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Add automatic sysname detection for ARM Linux
authorRuss Allbery <rra@stanford.edu>
Sat, 22 Aug 2009 01:37:41 +0000 (18:37 -0700)
committerRuss Allbery <rra@debian.org>
Wed, 4 Nov 2009 05:13:51 +0000 (21:13 -0800)
Add arm*-linux* to the case statement that attempts to automatically
determine the AFS sysname, similar to the other Linux sysname
determination cases.

Reviewed-on: http://gerrit.openafs.org/334
Tested-by: Derrick Brashear <shadow@dementia.org>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit a59df36211d6bc641eeec6d8fd8876a98ce3600a)
Reviewed-on: http://gerrit.openafs.org/462

acinclude.m4

index 03f10c8fc0a8c171c8afd3c09a4fa71f18dc18cb..34b836389b6ab7a523c92c1cad4b6c369459045a 100644 (file)
@@ -632,6 +632,9 @@ else
                i?86-*-linux*)
                        AFS_SYSNAME="i386_linuxXX"
                        ;;
+               arm*-linux*)
+                       AFS_SYSNAME="arm_linuxXX"
+                       ;;
                parisc-*-linux-gnu|hppa-*-linux-gnu)
                        AFS_SYSNAME="parisc_linuxXX"
                        enable_pam="no"