From: Felix Fietkau Date: Fri, 17 Feb 2012 16:55:01 +0000 (+0000) Subject: gcc: enable --with-headers for the final toolchain build X-Git-Tag: reboot~14806 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=42ed1bd9e6babd091b55fdcf9cb361d7a863c423;p=lede-git%2F.git gcc: enable --with-headers for the final toolchain build SVN-Revision: 30613 --- diff --git a/toolchain/gcc/final/Makefile b/toolchain/gcc/final/Makefile index dcab9094e2..b0fe20023b 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 \