diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-26 12:40:58 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-06-26 13:27:22 +0200 |
commit | 48bd059a225de07cc82f84b0c1843f0c9a0f16e8 (patch) | |
tree | 79354e98e0b72273d8493ad67fb1ae51e7c909a0 /target/sh | |
parent | 1cf04b9efde27c39a600862f962e0a703e3fc20f (diff) |
uclibc-ng: update default configs
Diffstat (limited to 'target/sh')
-rw-r--r-- | target/sh/uclibc-ng.config | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/target/sh/uclibc-ng.config b/target/sh/uclibc-ng.config index 1181437be..e332164ca 100644 --- a/target/sh/uclibc-ng.config +++ b/target/sh/uclibc-ng.config @@ -1,6 +1,6 @@ # # Automatically generated file; DO NOT EDIT. -# uClibc-ng 1.0.24 C Library Configuration +# uClibc-ng 1.0.25 C Library Configuration # # TARGET_aarch64 is not set # TARGET_alpha is not set @@ -26,6 +26,7 @@ # TARGET_powerpc is not set TARGET_sh=y # TARGET_sparc is not set +# TARGET_sparc64 is not set # TARGET_x86_64 is not set # TARGET_xtensa is not set @@ -55,7 +56,7 @@ ARCH_USE_MMU=y UCLIBC_HAS_FLOATS=y UCLIBC_HAS_FPU=y DO_C99_MATH=y -# DO_XSI_MATH is not set +DO_XSI_MATH=y # UCLIBC_HAS_FENV is not set UCLIBC_HAS_LONG_DOUBLE_MATH=y KERNEL_HEADERS="" @@ -169,7 +170,7 @@ UCLIBC_HAS_CTYPE_CHECKED=y # UCLIBC_HAS_CTYPE_ENFORCED is not set UCLIBC_HAS_WCHAR=y # UCLIBC_HAS_LIBICONV is not set -UCLIBC_HAS_LIBINTL=y +# UCLIBC_HAS_LIBINTL is not set # UCLIBC_HAS_LOCALE is not set UCLIBC_HAS_HEXADECIMAL_FLOATS=y UCLIBC_HAS_GLIBC_CUSTOM_PRINTF=y @@ -209,7 +210,7 @@ UCLIBC_HAS_FNMATCH=y UCLIBC_HAS_WORDEXP=y UCLIBC_HAS_NFTW=y UCLIBC_HAS_FTW=y -# UCLIBC_HAS_FTS is not set +UCLIBC_HAS_FTS=y UCLIBC_HAS_GLOB=y UCLIBC_HAS_GNU_GLOB=y |