From e1848908de4c6f8723fdc84ee109f36a62a28475 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Fri, 30 Jul 2010 22:50:32 +0200 Subject: [PATCH] libc: do not offer cross-ldd for bare-metal --- config/libc.in | 1 + 1 file changed, 1 insertion(+) 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