From e76e2fefd1fbb2adf26b2ed2ef53e633c4f7aa6a Mon Sep 17 00:00:00 2001 From: Nicolas Thill Date: Tue, 20 Jan 2009 22:25:42 +0000 Subject: [toolchain] we have a minimal gcc target compiler since [13931], so use it in uClibc headers generation git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14123 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/uClibc/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain/uClibc/Makefile') diff --git a/toolchain/uClibc/Makefile b/toolchain/uClibc/Makefile index 0c01a25b54..8578ff0a15 100644 --- a/toolchain/uClibc/Makefile +++ b/toolchain/uClibc/Makefile @@ -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 -- cgit v1.2.3