Add support for the RISC-V architecture
[urcu.git] / configure.ac
index d0b4a9acfbcd984349a1945b01566997d5f308a6..9145081a78b2555e8b6ec71c196b197b4a8f8a71 100644 (file)
@@ -151,6 +151,7 @@ AS_CASE([$host_cpu],
        [tile*], [ARCHTYPE="tile"],
        [hppa*], [ARCHTYPE="hppa"],
        [m68k], [ARCHTYPE="m68k"],
+       [riscv*], [ARCHTYPE="riscv"],
        [ARCHTYPE="unknown"]
 )
 
This page took 0.022172 seconds and 4 git commands to generate.