Add support for hppa/PA-RISC architecture
[urcu.git] / configure.ac
index 3368b33610e8754f51d2cf3f42cc3b2cf36eb7bb..008336c0ec92da0d0d64c4adc32030873d4b0a30 100644 (file)
@@ -13,6 +13,7 @@ AC_CONFIG_MACRO_DIR([config])
 AC_CANONICAL_TARGET
 AC_CANONICAL_HOST
 AM_INIT_AUTOMAKE([foreign dist-bzip2 no-dist-gzip])
+AM_MAINTAINER_MODE([enable])
 m4_ifdef([AM_SILENT_RULES], [AM_SILENT_RULES([yes])])
 
 m4_include([config/ax_tls.m4])
@@ -81,6 +82,7 @@ AS_CASE([$host_cpu],
        [aarch64], [ARCHTYPE="gcc"],
        [mips*], [ARCHTYPE="mips"],
        [tile*], [ARCHTYPE="gcc"],
+       [hppa*], [ARCHTYPE="hppa"],
        [ARCHTYPE="unknown"]
 )
 
This page took 0.022118 seconds and 4 git commands to generate.