diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-07-30 22:50:32 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-07-30 22:50:32 +0200 |
commit | e1848908de4c6f8723fdc84ee109f36a62a28475 (patch) | |
tree | ad5ade5e575ee287129116375358234b41d14cdc | |
parent | 6d084fb565bcf1fd4705aa88aeba5fa869b73cad (diff) | |
download | crosstool-ng-e1848908de4c6f8723fdc84ee109f36a62a28475.tar.gz crosstool-ng-e1848908de4c6f8723fdc84ee109f36a62a28475.tar.bz2 crosstool-ng-e1848908de4c6f8723fdc84ee109f36a62a28475.zip |
libc: do not offer cross-ldd for bare-metal
-rw-r--r-- | config/libc.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/libc.in b/config/libc.in index 5397f236..39d7615a 100644 --- a/config/libc.in +++ b/config/libc.in @@ -84,6 +84,7 @@ endchoice config LIBC_XLDD bool prompt "Install a cross ldd-like helper" + depends on ! BARE_METAL default y help Say 'Y' here if you want to have a ldd-like helper that |