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
commit42ed1bd9e6babd091b55fdcf9cb361d7a863c423 (patch)
tree39c6642d9f0f08828193a1fce790fe0e98b7b7b7 /toolchain/gcc/final
parent45d9b1261d2b19b3f61301bdcf679ab480757120 (diff)
downloadupstream-42ed1bd9e6babd091b55fdcf9cb361d7a863c423.tar.gz
upstream-42ed1bd9e6babd091b55fdcf9cb361d7a863c423.tar.bz2
upstream-42ed1bd9e6babd091b55fdcf9cb361d7a863c423.zip
gcc: enable --with-headers for the final toolchain build
SVN-Revision: 30613
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 \