we have a minimal gcc target compiler since [13931], so use it in uClibc headers...
authorNicolas Thill <nico@openwrt.org>
Tue, 20 Jan 2009 22:25:42 +0000 (22:25 +0000)
committerNicolas Thill <nico@openwrt.org>
Tue, 20 Jan 2009 22:25:42 +0000 (22:25 +0000)
SVN-Revision: 14123

toolchain/uClibc/Makefile

index 0c01a25b54835d93e0439f057d116c4797ce38b2..8578ff0a153d56b4b40d4f09b9965735aae66c16 100644 (file)
@@ -130,6 +130,7 @@ define Build/Prepare
                DEVEL_PREFIX=/usr/ \
                RUNTIME_PREFIX="$(BUILD_DIR_TOOLCHAIN)/$(LIBC)-dev/" \
                HOSTCC="$(HOSTCC)" \
+               CC="$(TARGET_CC)" \
                CPU_CFLAGS="$(TARGET_CFLAGS)" \
                pregen install_dev;
 endef