aarch64: allocate membarrier system call number
[urcu.git] / configure.ac
index ed59d16eb026c24470524b348bedf40b0ca7d6a9..f1a8076f41c6b775ae8d0172b25e5b4879183c16 100644 (file)
@@ -79,7 +79,7 @@ AS_CASE([$host_cpu],
        [powerpc], [ARCHTYPE="ppc"],
        [ppc64], [ARCHTYPE="ppc"],
        [powerpc64], [ARCHTYPE="ppc"],
-       [powerpc64le], [ARCHTYPE="gcc"],
+       [powerpc64le], [ARCHTYPE="ppc"],
        [ppc], [ARCHTYPE="ppc"],
        [s390], [ARCHTYPE="s390"],
        [s390x], [ARCHTYPE="s390"],
@@ -88,7 +88,7 @@ AS_CASE([$host_cpu],
        [alpha*], [ARCHTYPE="alpha"],
        [ia64], [ARCHTYPE="gcc"],
        [arm*], [ARCHTYPE="arm"],
-       [aarch64], [ARCHTYPE="gcc"],
+       [aarch64], [ARCHTYPE="aarch64"],
        [mips*], [ARCHTYPE="mips"],
        [tile*], [ARCHTYPE="gcc"],
        [hppa*], [ARCHTYPE="hppa"],
@@ -327,6 +327,7 @@ AC_CONFIG_FILES([
        tests/unit/Makefile
        tests/benchmark/Makefile
        tests/regression/Makefile
+       tests/utils/Makefile
        liburcu.pc
        liburcu-bp.pc
        liburcu-cds.pc
This page took 0.022844 seconds and 4 git commands to generate.