The following commit has been merged in the master branch:
commit d38b068627f5e84cead88af85f904fea0c8edb6d
Author: Ganesh Chaudhari <[email protected]>
Date:   Fri Oct 7 19:13:34 2022 +0530

    macOS: Add support for aarch64-*-darwin* sysname
    
    As of libtool 2.4.7, the supplied config.guess file modifies
    the sysname returned on macOS arm64 from arm-*-darwin* to
    aarch64-*-darwin*. As a result, trying to build OpenAFS on
    macOS arm64 fails with the following message:
    
      configure: error: An AFS sysname is required
    
    To avoid this problem, added support for aarch64-*-darwin*.
    
    Change-Id: Id00d5a749ffb9ef49f0ebba6d8b9a47c5c3a9d6a
    Signed-off-by: Ganesh Chaudhari <[email protected]>
    Reviewed-on: https://gerrit.openafs.org/15149
    Reviewed-by: Marcio Brito Barbosa <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Reviewed-by: Michael Meffie <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Tested-by: BuildBot <[email protected]>

 src/cf/ostype.m4  |  4 ++++
 src/cf/sysname.m4 | 12 ++++++++++++
 2 files changed, 16 insertions(+)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to