arch: don't enable FDPIC binaries by default
FDPIC support is being added as a new option for an existing architecture (ARM), so we don't want to suddenly change the default. Signed-off-by: Ben Wolsieffer <Ben.Wolsieffer@hefring.com> Signed-off-by: Waldemar Brodkorb <wbx@openadk.org> Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
committed by
Thomas Petazzoni
parent
45c0a5114d
commit
66e8b5ece4
@@ -433,7 +433,6 @@ endif
|
||||
choice
|
||||
prompt "Target Binary Format"
|
||||
default BR2_BINFMT_ELF if BR2_USE_MMU
|
||||
default BR2_BINFMT_FDPIC if BR2_ARCH_HAS_FDPIC_SUPPORT
|
||||
default BR2_BINFMT_FLAT
|
||||
|
||||
config BR2_BINFMT_ELF
|
||||
|
||||
Reference in New Issue
Block a user