we have a minimal gcc target compiler since [13931], so use it in uClibc headers generation

SVN-Revision: 14123
This commit is contained in:
Nicolas Thill 2009-01-20 22:25:42 +00:00
parent b271605228
commit 8db368850c

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