projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0073143
)
toolchain: mark mklibs as broken
author
Gustavo Zacarias
<gustavo@zacarias.com.ar>
Mon, 2 May 2011 19:08:21 +0000
(16:08 -0300)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Mon, 2 May 2011 19:39:53 +0000
(21:39 +0200)
mklibs is a broken option, so mark it as so pending a proper fixup or
punting it.
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/mklibs/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/mklibs/Config.in
b/toolchain/mklibs/Config.in
index 2298a3e515c797e9143f47e72c6c68e18f35de01..c0658661b93250954c9869e1ce8ac33643324c4c 100644
(file)
--- a/
toolchain/mklibs/Config.in
+++ b/
toolchain/mklibs/Config.in
@@
-1,5
+1,6
@@
config BR2_MKLIBS
bool "Run mklibs on the built root filesystem"
+ depends on BROKEN
help
Recompiles all the shared libraries to only include the
symbols actually needed to run the binaries on the target