we have a minimal gcc target compiler since [13931], so use it in uClibc headers generation
SVN-Revision: 14123
This commit is contained in:
parent
b271605228
commit
8db368850c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user