doc: update examples to API changes
[urcu.git] / configure.ac
index d0b4a9acfbcd984349a1945b01566997d5f308a6..8e7ff4c15b4f8914f5de15290e506347565f7387 100644 (file)
@@ -151,6 +151,7 @@ AS_CASE([$host_cpu],
        [tile*], [ARCHTYPE="tile"],
        [hppa*], [ARCHTYPE="hppa"],
        [m68k], [ARCHTYPE="m68k"],
+       [riscv*], [ARCHTYPE="riscv"],
        [ARCHTYPE="unknown"]
 )
 
@@ -507,6 +508,8 @@ PPRINT_PROP_BOOL([Require membarrier], $value)
 test "x$enable_rcu_debug" = "xyes" && value=1 || value=0
 PPRINT_PROP_BOOL([Internal debugging], $value)
 
+PPRINT_PROP_BOOL([Multi-flavor support], 1)
+
 report_bindir="`eval eval echo $bindir`"
 report_libdir="`eval eval echo $libdir`"
 
This page took 0.022471 seconds and 4 git commands to generate.