]> 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)
committerDerrick Brashear <shadow|account-1000005@unknown>
Wed, 16 Sep 2009 05:40:17 +0000 (22:40 -0700)
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 f3a90eafe1a65efe0b840f684fdc95348b92a520..de5e108c0374466de16b7eb0e27456a66a7fc947 100644 (file)
@@ -633,6 +633,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"