summaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/final
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-02-17 16:55:01 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-02-17 16:55:01 +0000
commit663ce9a3a66ad4693a38737e8a75790d98933d88 (patch)
tree51e1fe0d71c4d23db2ca6d023b3807405a2a246f /toolchain/gcc/final
parent5dcd40ec7ef0a01e62351a9bd0164fbc5d0c664c (diff)
gcc: enable --with-headers for the final toolchain build
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@30613 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/gcc/final')
-rw-r--r--toolchain/gcc/final/Makefile1
1 files changed, 1 insertions, 0 deletions
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 \