[Buildroot] [PATCH 1/2] bfin: remove the dependency of flat shared mode to shared library

Sonic Zhang sonic.adi at gmail.com
Wed Mar 18 09:00:51 UTC 2015


From: Sonic Zhang <sonic.zhang at analog.com>

Blackfin flat shared library isn't generated and linked in the same way
as the ELF shared library. So, mark it depend on the static library only.

Signed-off-by: Sonic Zhang <sonic.zhang at analog.com>
---
 arch/Config.in |    1 -
 1 file changed, 1 deletion(-)

diff --git a/arch/Config.in b/arch/Config.in
index 16ad8be..6179960 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -295,7 +295,6 @@ config BR2_BINFMT_FLAT_SEP_DATA
 
 config BR2_BINFMT_FLAT_SHARED
 	bool "Shared binary"
-	select BR2_BINFMT_SUPPORTS_SHARED
 	help
 	  Allow to load and link indiviual FLAT binaries at run time.
 
-- 
1.7.9.5




More information about the buildroot mailing list