|
@@ -22,21 +22,21 @@ config BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_ARCH_SUPPORTS
|
|
|
default y if BR2_mips64 && BR2_mips_64 && BR2_MIPS_NABI32 && !BR2_MIPS_SOFT_FLOAT
|
|
|
default y if BR2_mips64el && BR2_mips_64 && BR2_MIPS_NABI32 && !BR2_MIPS_SOFT_FLOAT
|
|
|
default y if BR2_mips64el && BR2_mips_64r6 && BR2_MIPS_NABI32 && !BR2_MIPS_SOFT_FLOAT
|
|
|
- default y if BR2_nios2
|
|
|
+ default y if BR2_nios2 && !BR2_STATIC_LIBS
|
|
|
default y if BR2_or1k
|
|
|
default y if BR2_powerpc && BR2_powerpc_440fp
|
|
|
default y if BR2_powerpc && BR2_powerpc_e300c3
|
|
|
default y if BR2_powerpc && BR2_powerpc_e500mc
|
|
|
- default y if BR2_powerpc64 && BR2_powerpc_e5500
|
|
|
+ default y if BR2_powerpc64 && BR2_powerpc_e5500 && !BR2_STATIC_LIBS
|
|
|
default y if BR2_powerpc64 && BR2_powerpc_e6500
|
|
|
default y if BR2_powerpc64 && BR2_powerpc_power8
|
|
|
default y if BR2_powerpc64le && BR2_powerpc_power8
|
|
|
- default y if BR2_riscv && BR2_riscv_g && BR2_RISCV_32 && BR2_RISCV_ABI_ILP32D
|
|
|
+ default y if BR2_riscv && BR2_riscv_g && BR2_RISCV_32 && BR2_RISCV_ABI_ILP32D && !BR2_STATIC_LIBS
|
|
|
default y if BR2_riscv && BR2_riscv_g && BR2_RISCV_64 && BR2_RISCV_ABI_LP64D
|
|
|
- default y if BR2_s390x && BR2_s390x_z13
|
|
|
+ default y if BR2_s390x && BR2_s390x_z13 && !BR2_STATIC_LIBS
|
|
|
default y if BR2_sh && BR2_sh4
|
|
|
default y if BR2_sh && BR2_sh4aeb
|
|
|
- default y if BR2_sparc64 && BR2_sparc_v9
|
|
|
+ default y if BR2_sparc64 && BR2_sparc_v9 && !BR2_STATIC_LIBS
|
|
|
default y if BR2_sparc && BR2_sparc_v8
|
|
|
default y if BR2_x86_64 && BR2_X86_CPU_HAS_MMX && BR2_X86_CPU_HAS_SSE && BR2_X86_CPU_HAS_SSE2
|
|
|
default y if BR2_x86_64 && BR2_X86_CPU_HAS_MMX && BR2_X86_CPU_HAS_SSE && BR2_X86_CPU_HAS_SSE2 && BR2_X86_CPU_HAS_SSE3 && BR2_X86_CPU_HAS_SSSE3 && BR2_X86_CPU_HAS_SSE4 && BR2_X86_CPU_HAS_SSE42
|