projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
ar71xx: fix image generation for TL-WR741ND/TL-WR841ND-v5
[openwrt.git]
/
toolchain
/
Makefile
diff --git
a/toolchain/Makefile
b/toolchain/Makefile
index
161b139
..
fa41787
100644
(file)
--- a/
toolchain/Makefile
+++ b/
toolchain/Makefile
@@
-46,6
+46,11
@@
ifeq ($(CONFIG_EXTERNAL_TOOLCHAIN),)
endif
endif
+ifdef CONFIG_GCC_VERSION_LLVM
+ $(curdir)/builddirs += llvm
+ $(curdir)/gcc/prepare += $(curdir)/llvm/install
+endif
+
ifneq ($(ARCH),)
$(TOOLCHAIN_DIR)/info.mk: .config
@for dir in $(TOOLCHAIN_DIR); do ( \
This page took
0.025414 seconds
and
4
git commands to generate.