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.mk | |
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.mk')
-rw-r--r-- | toolchain/toolchain-crosstool-ng/crosstool-ng.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.mk b/toolchain/toolchain-crosstool-ng/crosstool-ng.mk index 3a205dd87..a316cddcb 100644 --- a/toolchain/toolchain-crosstool-ng/crosstool-ng.mk +++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.mk @@ -10,7 +10,7 @@ CTNG_DIR := $(BUILD_DIR)/build-toolchain -CTNG_UCLIBC_CONFIG_FILE := $(TOPDIR)/toolchain/toolchain-crosstool-ng/uClibc.config +CTNG_UCLIBC_CONFIG_FILE := $(TOPDIR)/toolchain/uClibc/uClibc-0.9.32.config CTNG_CONFIG_FILE:=$(call qstrip,$(BR2_TOOLCHAIN_CTNG_CONFIG)) # Hack! ct-ng is in fact a Makefile script. As such, it accepts all |