config BR2_GCC_TARGET_MODE
string
-# If the architecture has atomic operations, select this:
-config BR2_ARCH_HAS_ATOMICS
- bool
-
# Must be selected by binary formats that support shared libraries.
config BR2_BINFMT_SUPPORTS_SHARED
bool
config BR2_ENDIAN
default "LITTLE" if BR2_aarch64
default "BIG" if BR2_aarch64_be
-
-config BR2_ARCH_HAS_ATOMICS
- default y
bool "Atomic extension (LLOCK/SCOND instructions)"
default y if BR2_arc770d || BR2_archs38
-config BR2_ARCH_HAS_ATOMICS
- default y if BR2_ARC_ATOMIC_EXT
-
config BR2_ARCH
default "arc" if BR2_arcle
default "arceb" if BR2_arceb
default "LITTLE" if BR2_arm
default "BIG" if BR2_armeb
-config BR2_ARCH_HAS_ATOMICS
- default y
-
config BR2_GCC_TARGET_CPU
default "arm920t" if BR2_arm920t
default "arm922t" if BR2_arm922t
config BR2_ENDIAN
default "LITTLE"
-config BR2_ARCH_HAS_ATOMICS
- default y
-
config BR2_GCC_TARGET_CPU
default bf606 if BR2_bf606
default bf607 if BR2_bf607
config BR2_ENDIAN
default "BIG"
-config BR2_ARCH_HAS_ATOMICS
- default y
-
config BR2_GCC_TARGET_ARCH
default "68000" if BR2_m68k_68000
default "68010" if BR2_m68k_68010
config BR2_microblaze
bool
default y if BR2_microblazeel || BR2_microblazebe
-
-config BR2_ARCH_HAS_ATOMICS
- default y
default "LITTLE" if BR2_mipsel || BR2_mips64el
default "BIG" if BR2_mips || BR2_mips64
-config BR2_ARCH_HAS_ATOMICS
- default y
-
config BR2_GCC_TARGET_ARCH
default "mips32" if BR2_mips_32
default "mips32r2" if BR2_mips_32r2
config BR2_ENDIAN
default "LITTLE"
-
-config BR2_ARCH_HAS_ATOMICS
- default y
default "BIG" if BR2_powerpc || BR2_powerpc64
default "LITTLE" if BR2_powerpc64le
-config BR2_ARCH_HAS_ATOMICS
- default y
-
config BR2_GCC_TARGET_CPU
default "401" if BR2_powerpc_401
default "403" if BR2_powerpc_403
config BR2_ENDIAN
default "LITTLE" if BR2_sh4 || BR2_sh4a || BR2_sh64
default "BIG" if BR2_sh2a || BR2_sh4eb || BR2_sh4aeb
-
-config BR2_ARCH_HAS_ATOMICS
- default y
config BR2_ENDIAN
default "LITTLE"
-config BR2_ARCH_HAS_ATOMICS
- default y if !BR2_x86_i386
-
config BR2_GCC_TARGET_ARCH
default "i386" if BR2_x86_i386
default "i486" if BR2_x86_i486
config BR2_ARCH
default "xtensa" if BR2_xtensa
-
-config BR2_ARCH_HAS_ATOMICS
- default y
** Dependency symbol: +BR2_USE_MMU+
** Comment string: no comment to be added
-* Atomic instructions (whereby the architecture has instructions to
- perform some operations atomically, like LOCKCMPXCHG on x86)
-** Dependency symbol: +BR2_ARCH_HAS_ATOMICS+
-** Comment string: no comment to be added
-
* Gcc +__sync_*+ built-ins used for atomic operations. They are
available in variants operating on 1 byte, 2 bytes, 4 bytes and 8
bytes. Since different architectures support atomic operations on