aboutsummaryrefslogtreecommitdiffstats
path: root/toolchain/gcc/final
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-02-17 16:55:01 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-02-17 16:55:01 +0000
commit927594bdea04dded9760407c6c0a11001bf7132c (patch)
tree51e1fe0d71c4d23db2ca6d023b3807405a2a246f /toolchain/gcc/final
parent62a5f0d1dfd4634f0448658e7c12d5e23160ed97 (diff)
downloadmaster-187ad058-927594bdea04dded9760407c6c0a11001bf7132c.tar.gz
master-187ad058-927594bdea04dded9760407c6c0a11001bf7132c.tar.bz2
master-187ad058-927594bdea04dded9760407c6c0a11001bf7132c.zip
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 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 \