OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_2-546-g4083ffd
Gerrit Code Review
gerrit@openafs.org
Tue, 21 Jul 2026 14:16:08 -0400
The following commit has been merged in the master branch:
commit 8b95e23ddb5e02a003c4ee06bc7b954f5d043f53
Author: Andrew Deason <adeason@sinenomine.net>
Date: Thu Jul 16 14:03:33 2026 -0500
Detect x86_64-pc-solaris2.11 as Solaris
Currently, trying to run ./configure on illumos-based systems (such as
OmniOS) results in an error on x86, because 'config.guess' reports the
$host system as x86_64-pc-solaris2.11, but we match x86 Solaris systems
based on the platform i386-pc-solaris2.11 (which is what Solaris 11
reports).
Add x86_64-pc-solaris2.11 to be matched the same as i386-pc-solaris2.11,
so we can build without needing to specify --with-afs-sysname.
Similarly, we also currently match $host against i386-pc-solaris2.* in
cc.m4 to specify CC early, so ./configure doesn't choose gcc for us.
Also match x86_64-pc-solaris2.* here, so we automatically prefer
sunwspro-style compilers on these platforms like we do for Solaris.
Change-Id: I4680e97c218147e93e22bf56931f82ad060d6109
Reviewed-on: https://gerrit.openafs.org/16891
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Cheyenne Wills <cwills@sinenomine.net>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
src/cf/cc.m4 | 2 +-
src/cf/sysname.m4 | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository