aboutsummaryrefslogtreecommitdiffstats
path: root/meta-zephyr-core/recipes-core/newlib/newlib_%.bbappend
diff options
context:
space:
mode:
Diffstat (limited to 'meta-zephyr-core/recipes-core/newlib/newlib_%.bbappend')
-rw-r--r--meta-zephyr-core/recipes-core/newlib/newlib_%.bbappend5
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-zephyr-core/recipes-core/newlib/newlib_%.bbappend b/meta-zephyr-core/recipes-core/newlib/newlib_%.bbappend
new file mode 100644
index 0000000..1a20b06
--- /dev/null
+++ b/meta-zephyr-core/recipes-core/newlib/newlib_%.bbappend
@@ -0,0 +1,5 @@
+# BUILD_ASSERT(IS_ENABLED(_RETARGETABLE_LOCKING), "Retargetable locking must be enabled");
+
+EXTRA_OECONF:append = " \
+ --enable-newlib-retargetable-locking \
+ "