liburcu: fix build on ppcle

This commit is contained in:
q66 2022-09-25 14:02:44 +00:00
parent 42da16ffae
commit be3496653a
1 changed files with 28 additions and 0 deletions

View File

@ -0,0 +1,28 @@
commit b7e9de38d953218f3c7faaf39795bf7ac68a0e81
Author: q66 <daniel@octaforge.org>
Date: Sun Sep 25 13:58:16 2022 +0000
fix build on ppcle
diff --git a/configure b/configure
index 449fc8c..710cbfe 100755
--- a/configure
+++ b/configure
@@ -15038,6 +15038,8 @@ case $host_cpu in #(
ARCHTYPE="x86" ;; #(
powerpc) :
ARCHTYPE="ppc" ;; #(
+ powerpcle) :
+ ARCHTYPE="ppc" ;; #(
ppc64) :
ARCHTYPE="ppc" ;; #(
powerpc64) :
@@ -15046,6 +15048,8 @@ case $host_cpu in #(
ARCHTYPE="ppc" ;; #(
ppc) :
ARCHTYPE="ppc" ;; #(
+ ppcle) :
+ ARCHTYPE="ppc" ;; #(
s390) :
ARCHTYPE="s390" ;; #(
s390x) :