gcc: enable --with-headers for the final toolchain build

SVN-Revision: 30613
This commit is contained in:
Felix Fietkau
2012-02-17 16:55:01 +00:00
parent 6a492738cb
commit db301379f9

@ -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 \