Add support for hppa/PA-RISC architecture
[urcu.git] / configure.ac
index 86f0e2b9744e1de248ed24dc6b27fae6d69d23d4..008336c0ec92da0d0d64c4adc32030873d4b0a30 100644 (file)
@@ -82,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.022151 seconds and 4 git commands to generate.