diff options
author | Keith Packard <keithp@keithp.com> | 2020-08-16 12:37:45 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2020-09-01 09:42:53 -0700 |
commit | c15de32ec64e398a97430a244e7510ccf8600116 (patch) | |
tree | 97cc9dcc8c49cd896244604e03b5614831fc0351 /config/configure.in.in | |
parent | 4e5bc43627582b11f11ebc1cedcfd1016f39c60e (diff) | |
download | crosstool-ng-c15de32ec64e398a97430a244e7510ccf8600116.tar.gz crosstool-ng-c15de32ec64e398a97430a244e7510ccf8600116.tar.bz2 crosstool-ng-c15de32ec64e398a97430a244e7510ccf8600116.zip |
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.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/configure.in.in b/config/configure.in.in index e0420191..526064bb 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@ |