projects
/
openwrt
/
staging
/
robimarko.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45d9b12
)
gcc: enable --with-headers for the final toolchain build
author
Felix Fietkau
<nbd@openwrt.org>
Fri, 17 Feb 2012 16:55:01 +0000
(16:55 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Fri, 17 Feb 2012 16:55:01 +0000
(16:55 +0000)
SVN-Revision: 30613
toolchain/gcc/final/Makefile
patch
|
blob
|
history
diff --git
a/toolchain/gcc/final/Makefile
b/toolchain/gcc/final/Makefile
index dcab9094e2cab7dc9684fd67b8871991daad8aec..b0fe20023b608c183d2d60dd500276796d0f926d 100644
(file)
--- 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 \