diff options
Diffstat (limited to 'arch/Config.in')
-rw-r--r-- | arch/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/Config.in b/arch/Config.in index d62d8872b3..2779ab60cd 100644 --- a/arch/Config.in +++ b/arch/Config.in @@ -277,7 +277,7 @@ config BR2_BINFMT_FDPIC config BR2_BINFMT_FLAT bool "FLAT" depends on BR2_bfin || BR2_m68k - select BR2_PREFER_STATIC_LIB + select BR2_STATIC_LIBS help FLAT binary is a relatively simple and lightweight executable format based on the original a.out format. It is widely used in environment |