]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Use the ppc64le_linuxXX sysname for ppc64le builds
authorAndrew Deason <adeason@sinenomine.net>
Fri, 17 May 2019 01:01:17 +0000 (20:01 -0500)
committerStephan Wiesand <stephan.wiesand@desy.de>
Mon, 10 Jun 2019 12:09:54 +0000 (08:09 -0400)
Commit 191e18eb (Open ppc64le_linux sysname space) added the
ppc64le_linux26 sysname, but it still must be manually specified when
running on ppc64le. Use the ppc64le_linux26 by default on ppc64le, so
we can compile without needing to specify an explicit sysname.

Reviewed-on: https://gerrit.openafs.org/13593
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
(cherry picked from commit 4b6a4ff31a4197504bbcf2d4c14c24dee672d40e)

Change-Id: Icf8f8b42c499dc42bf5d637dae5ad3e261e68512
Reviewed-on: https://gerrit.openafs.org/13637
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
src/cf/sysname.m4

index fee70de4f4779eef3aef6430caf1f253f13de879..7a81e85fed6f721e03ee3b308bf780689b84f2f4 100644 (file)
@@ -228,6 +228,9 @@ else
                 powerpc64-*-linux*)
                         AFS_SYSNAME="ppc64_linuxXX"
                         ;;
+                powerpc64le-*-linux*)
+                        AFS_SYSNAME="ppc64le_linuxXX"
+                        ;;
                 alpha*-linux*)
                         AFS_SYSNAME="alpha_linux_XX"
                         ;;