projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40a2bda
)
toolchain: disable export-toolchain stuff as it breaks make dependencies
author
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 23 Dec 2008 10:21:10 +0000
(10:21 -0000)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Tue, 23 Dec 2008 10:21:10 +0000
(10:21 -0000)
For some reason Ulf's export-toolchain stuff breaks the build as the
dependencies target isn't executed and SED isn't set.
toolchain/Makefile.in
patch
|
blob
|
history
diff --git
a/toolchain/Makefile.in
b/toolchain/Makefile.in
index 16f33f6bc45cced9a4131ab707f5593c09bdf8cd..8469baccfd2ba525a7cd559190ce66d25254739a 100644
(file)
--- a/
toolchain/Makefile.in
+++ b/
toolchain/Makefile.in
@@
-46,6
+46,5
@@
CFLAGS_COMBINE = $(call cc-option,-combine,)
# gcc has a bunch of needed stuff....
include toolchain/gcc/Makefile.in
-
-include toolchain/export-toolchain/Makefile.in
-
+# breaks the build
+#include toolchain/export-toolchain/Makefile.in