From 42ed1bd9e6babd091b55fdcf9cb361d7a863c423 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Fri, 17 Feb 2012 16:55:01 +0000 Subject: gcc: enable --with-headers for the final toolchain build SVN-Revision: 30613 --- toolchain/gcc/final/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'toolchain') 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 \ -- cgit v1.2.3