diff options
author | hyc <hyc@symas.com> | 2017-05-08 18:10:39 +0100 |
---|---|---|
committer | Alexey Neyman <stilor@att.net> | 2017-05-14 15:23:34 -0700 |
commit | 22e4a3f4334ee74233e40e19f3a72187eed3bb91 (patch) | |
tree | 257c669892331cff68ee378f1052a19d31d2f750 /samples/x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf | |
parent | a776367937aa4f6ff03f0d3fdecb90d13fdaab14 (diff) | |
download | crosstool-ng-22e4a3f4334ee74233e40e19f3a72187eed3bb91.tar.gz crosstool-ng-22e4a3f4334ee74233e40e19f3a72187eed3bb91.tar.bz2 crosstool-ng-22e4a3f4334ee74233e40e19f3a72187eed3bb91.zip |
Fix samples defaulted to glibc
Since glibc is no longer the default C library
Diffstat (limited to 'samples/x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf')
-rw-r--r-- | samples/x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf/crosstool.config | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/samples/x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf/crosstool.config b/samples/x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf/crosstool.config index 5690be38..34d1ea1c 100644 --- a/samples/x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf/crosstool.config +++ b/samples/x86_64-w64-mingw32,arm-cortexa9_neon-linux-gnueabihf/crosstool.config @@ -11,6 +11,7 @@ CT_KERNEL_linux=y CT_BINUTILS_LINKER_LD_GOLD=y CT_BINUTILS_GOLD_THREADS=y CT_BINUTILS_LD_WRAPPER=y +CT_LIBC_glibc=y CT_LIBC_ADDONS_LIST="libidn" CT_LIBC_LOCALES=y CT_LIBC_GLIBC_KERNEL_VERSION_NONE=y |