Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] arch/Config.in: Drop unused BR2_BINFMT_ELF
@ 2014-11-20  9:37 Baruch Siach
  2014-11-20 10:25 ` Thomas Petazzoni
  2014-12-07 22:34 ` Yann E. MORIN
  0 siblings, 2 replies; 3+ messages in thread
From: Baruch Siach @ 2014-11-20  9:37 UTC (permalink / raw)
  To: buildroot

The BR2_BINFMT_ELF symbol (introduced in commit 57133825c930) can't possibly
be selected because it depends on (!BR2_bfin && !BR2_m68k), while the
surrounding choice depends on (BR2_bfin || BR2_m68k). This symbol is never
used.

Cc: Sonic Zhang <sonic.zhang@analog.com>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 arch/Config.in | 8 --------
 1 file changed, 8 deletions(-)

diff --git a/arch/Config.in b/arch/Config.in
index d62d8872b3f3..966046aa4b84 100644
--- a/arch/Config.in
+++ b/arch/Config.in
@@ -257,14 +257,6 @@ choice
 	depends on BR2_bfin || BR2_m68k
 	default BR2_BINFMT_FDPIC
 
-config BR2_BINFMT_ELF
-	bool "ELF"
-	depends on !BR2_bfin && !BR2_m68k
-	help
-	  ELF (Executable and Linkable Format) is a format for libraries and
-	  executables used across different architectures and operating
-	  systems.
-
 config BR2_BINFMT_FDPIC
 	bool "FDPIC"
 	depends on BR2_bfin || BR2_m68k
-- 
2.1.3

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2014-12-07 22:34 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-20  9:37 [Buildroot] [PATCH] arch/Config.in: Drop unused BR2_BINFMT_ELF Baruch Siach
2014-11-20 10:25 ` Thomas Petazzoni
2014-12-07 22:34 ` Yann E. MORIN

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox