1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-07-04 22:12:21 +03:00

[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
This commit is contained in:
nico 2009-01-20 22:25:42 +00:00
parent 6d9af11c8c
commit 15950a617e

View 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