mirror of https://github.com/hak5/openwrt.git
we have a minimal gcc target compiler since [13931], so use it in uClibc headers generation
SVN-Revision: 14123lede-17.01
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