mirror of
git://projects.qi-hardware.com/openwrt-xburst.git
synced 2024-11-23 23:32:49 +02:00
gcc: enable --with-headers for the final toolchain build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30613 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
5dcd40ec7e
commit
663ce9a3a6
@ -3,6 +3,7 @@ GCC_VARIANT:=final
|
||||
include ../common.mk
|
||||
|
||||
GCC_CONFIGURE += \
|
||||
--with-headers=$(TOOLCHAIN_DIR)/include \
|
||||
--enable-languages=$(TARGET_LANGUAGES) \
|
||||
--enable-shared \
|
||||
--enable-threads \
|
||||
|
Loading…
Reference in New Issue
Block a user