diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-22 22:45:52 +0100 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2012-01-22 22:46:35 +0100 |
commit | 95375f81f7abf539864a1dfdf6b81dc64e92c5ed (patch) | |
tree | 30f5aefa66a180a9970e8f5fe381e215caf4d379 /toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc | |
parent | 6d8abaf9f13d9ec9358ca6be2fc9986d2d13d251 (diff) | |
download | buildroot-novena-95375f81f7abf539864a1dfdf6b81dc64e92c5ed.tar.gz buildroot-novena-95375f81f7abf539864a1dfdf6b81dc64e92c5ed.zip |
ctng: use internal toolchain uClibc config, build uClibc 0.9.32
So the uClibc configurations are kept in sync between the two toolchain
methods.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc')
-rw-r--r-- | toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc index 7f7b3e255..50603c662 100644 --- a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc +++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc @@ -301,11 +301,11 @@ CT_CC_GCC_LDBL_128=m # C-library # CT_LIBC="uClibc" -CT_LIBC_VERSION="0.9.30.3" +CT_LIBC_VERSION="0.9.32" CT_LIBC_uClibc=y CT_LIBC_uClibc_AVAILABLE=y -# CT_LIBC_UCLIBC_V_0_9_32 is not set -CT_LIBC_UCLIBC_V_0_9_30_3=y +CT_LIBC_UCLIBC_V_0_9_32=y +#CT_LIBC_UCLIBC_V_0_9_30_3 is not set # CT_LIBC_UCLIBC_V_0_9_30_2 is not set # CT_LIBC_UCLIBC_V_0_9_30_1 is not set # CT_LIBC_UCLIBC_V_0_9_30 is not set |