gcc: enable --with-headers for the final toolchain build
SVN-Revision: 30613
This commit is contained in:
parent
45d9b1261d
commit
42ed1bd9e6
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue