Lines Matching refs:default
4 default y if BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
17 default y if BR2_aarch64 && BR2_TOOLCHAIN_USES_GLIBC
19 default y if (BR2_i686 || BR2_x86_pentiumpro || BR2_X86_CPU_HAS_MMX) && BR2_TOOLCHAIN_USES_GLIBC
21 default y if BR2_x86_64 && BR2_TOOLCHAIN_USES_GLIBC
29 default y if BR2_aarch64 && BR2_TOOLCHAIN_USES_MUSL
31 default y if BR2_ARM_CPU_ARMV6 && BR2_ARM_EABI && BR2_TOOLCHAIN_USES_GLIBC
33 default y if BR2_ARM_CPU_ARMV6 && BR2_ARM_EABIHF && BR2_TOOLCHAIN_USES_GLIBC
35 default y if BR2_ARM_CPU_ARMV7A && BR2_ARM_EABIHF && BR2_TOOLCHAIN_USES_GLIBC
37 default y if BR2_mips && BR2_TOOLCHAIN_USES_GLIBC && !BR2_MIPS_CPU_MIPS32R6
39 default y if BR2_mips64 && BR2_TOOLCHAIN_USES_GLIBC && BR2_MIPS_NABI64 && !BR2_MIPS_CPU_MIPS64R6
41 default y if BR2_mipsel && BR2_TOOLCHAIN_USES_GLIBC && !BR2_MIPS_CPU_MIPS32R6
43 default y if BR2_mips64el && BR2_TOOLCHAIN_USES_GLIBC && BR2_MIPS_NABI64 && !BR2_MIPS_CPU_MIPS64R6
45 default y if BR2_powerpc && BR2_TOOLCHAIN_USES_GLIBC
47 default y if BR2_powerpc64 && BR2_TOOLCHAIN_USES_GLIBC
49 default y if BR2_powerpc64le && BR2_TOOLCHAIN_USES_GLIBC
52 default y if BR2_riscv && BR2_RISCV_ISA_RVI && BR2_RISCV_ISA_RVM && \
57 default y if BR2_x86_64 && BR2_TOOLCHAIN_USES_MUSL
65 default y if BR2_ARM_CPU_ARMV6 && BR2_ARM_EABI && BR2_TOOLCHAIN_USES_MUSL
67 default y if BR2_ARM_CPU_ARMV6 && BR2_ARM_EABIHF && BR2_TOOLCHAIN_USES_MUSL
69 default y if BR2_ARM_CPU_ARMV5 && BR2_ARM_EABI && BR2_TOOLCHAIN_USES_GLIBC
71 default y if BR2_ARM_CPU_ARMV5 && BR2_ARM_EABI && BR2_TOOLCHAIN_USES_MUSL
73 default y if BR2_ARM_CPU_ARMV7A && BR2_ARM_EABI && BR2_TOOLCHAIN_USES_GLIBC
75 default y if BR2_ARM_CPU_ARMV7A && BR2_ARM_EABI && BR2_TOOLCHAIN_USES_MUSL
77 default y if BR2_ARM_CPU_ARMV7A && BR2_ARM_EABIHF && BR2_TOOLCHAIN_USES_MUSL
79 default y if BR2_i586 && BR2_TOOLCHAIN_USES_GLIBC
81 default y if BR2_i586 && BR2_TOOLCHAIN_USES_MUSL
83 default y if (BR2_i686 || BR2_x86_pentiumpro || BR2_X86_CPU_HAS_MMX) && BR2_TOOLCHAIN_USES_MUSL
85 default y if BR2_mips && BR2_TOOLCHAIN_USES_MUSL && !BR2_MIPS_CPU_MIPS32R6
87 default y if BR2_mips64 && BR2_TOOLCHAIN_USES_MUSL && BR2_MIPS_NABI64 && !BR2_MIPS_CPU_MIPS64R6
89 default y if BR2_mips64el && BR2_TOOLCHAIN_USES_MUSL && BR2_MIPS_NABI64 && !BR2_MIPS_CPU_MIPS64R6
91 default y if BR2_mipsel && BR2_TOOLCHAIN_USES_MUSL && !BR2_MIPS_CPU_MIPS32R6
93 default y if BR2_sparc64 && BR2_TOOLCHAIN_USES_GLIBC
98 default y if BR2_PACKAGE_HOST_RUSTC_TARGET_TIER1_PLATFORMS
99 default y if BR2_PACKAGE_HOST_RUSTC_TARGET_TIER2_HOST_TOOLS_PLATFORMS
100 default y if BR2_PACKAGE_HOST_RUSTC_TARGET_TIER2_PLATFORMS
105 default "armv7" if BR2_ARM_CPU_ARMV7A
106 default BR2_ARCH if !BR2_ARM_CPU_ARMV7A
110 default "eabi" if BR2_ARM_EABI
111 default "eabihf" if BR2_ARM_EABIHF
112 default "abi64" if BR2_MIPS_NABI64
126 default BR2_PACKAGE_HOST_RUST_BIN
158 default "host-rust" if BR2_PACKAGE_HOST_RUST
160 default "host-rust-bin" if !BR2_PACKAGE_HOST_RUST