diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-02-17 16:55:01 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-02-17 16:55:01 +0000 |
commit | 42ed1bd9e6babd091b55fdcf9cb361d7a863c423 (patch) | |
tree | 39c6642d9f0f08828193a1fce790fe0e98b7b7b7 | |
parent | 45d9b1261d2b19b3f61301bdcf679ab480757120 (diff) | |
download | upstream-42ed1bd9e6babd091b55fdcf9cb361d7a863c423.tar.gz upstream-42ed1bd9e6babd091b55fdcf9cb361d7a863c423.tar.bz2 upstream-42ed1bd9e6babd091b55fdcf9cb361d7a863c423.zip |
gcc: enable --with-headers for the final toolchain build
SVN-Revision: 30613
-rw-r--r-- | toolchain/gcc/final/Makefile | 1 |
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 \ |