ansible: Deploy legacy cross compilers on Debian nodes
[lttng-ci.git] / scripts / liburcu / build.sh
index b1dcb012e67db5043f27d81a60521d4e49da4180..f72a41927067500fa134c07e3399456269c30846 100755 (executable)
@@ -243,6 +243,12 @@ debug-rcu)
     fi
     ;;
 
+atomic-builtins)
+    print_header  "Conf: Enable the use of compiler atomic builtins."
+
+    CONF_OPTS+=("--enable-compiler-atomic-builtins")
+    ;;
+
 *)
     print_header "Conf: Standard"
     ;;
This page took 0.0275300000000001 seconds and 4 git commands to generate.