From 663ce9a3a66ad4693a38737e8a75790d98933d88 Mon Sep 17 00:00:00 2001 From: nbd Date: Fri, 17 Feb 2012 16:55:01 +0000 Subject: [PATCH] gcc: enable --with-headers for the final toolchain build git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30613 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- toolchain/gcc/final/Makefile | 1 + 1 file changed, 1 insertion(+) 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 \ -- 2.20.1