summaryrefslogtreecommitdiff
path: root/config/configure.in.in
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2020-08-16 19:37:45 (GMT)
committerKeith Packard <keithp@keithp.com>2020-09-01 16:42:53 (GMT)
commitc15de32ec64e398a97430a244e7510ccf8600116 (patch)
tree97cc9dcc8c49cd896244604e03b5614831fc0351 /config/configure.in.in
parent4e5bc43627582b11f11ebc1cedcfd1016f39c60e (diff)
Add picolibc support [v2]
This adds support for using picolibc instead of newlib on embedded systems. Signed-off-by: Keith Packard <keithp@keithp.com> v2: Add check for meson and ninja Sync option default values with current picolibc defaults Remove xtensa sys header file install as those aren't in picolibc
Diffstat (limited to 'config/configure.in.in')
-rw-r--r--config/configure.in.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config/configure.in.in b/config/configure.in.in
index e042019..526064b 100644
--- a/config/configure.in.in
+++ b/config/configure.in.in
@@ -15,6 +15,12 @@ config CONFIGURE_has_wget
config CONFIGURE_has_curl
@KCONFIG_curl@
+config CONFIGURE_has_meson
+ @KCONFIG_meson@
+
+config CONFIGURE_has_ninja
+ @KCONFIG_ninja@
+
config CONFIGURE_has_make_3_81_or_newer
@KCONFIG_make_3_81_or_newer@