From: nbd Date: Fri, 17 Feb 2012 16:55:01 +0000 (+0000) Subject: gcc: enable --with-headers for the final toolchain build X-Git-Url: http://git.rohieb.name/openwrt.git/commitdiff_plain/663ce9a3a66ad4693a38737e8a75790d98933d88?ds=sidebyside gcc: enable --with-headers for the final toolchain build git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30613 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/toolchain/gcc/final/Makefile b/toolchain/gcc/final/Makefile index dcab9094e..b0fe20023 100644 --- a/toolchain/gcc/final/Makefile +++ b/toolchain/gcc/final/Makefile @@ -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 \