7e674dfa4f
This enables powerpc64 and powerpc64le. Currently, le needs at least glibc 2.19 and gcc 4.9.0. For gdb, 7.7.1 works (added in an earlier patch). [Peter: also disallow gcc 4.8 for ppc64le] Signed-off-by: Cody P Schafer <cody@linux.vnet.ibm.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
10 lines
328 B
Plaintext
10 lines
328 B
Plaintext
config BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS
|
|
bool
|
|
default y if BR2_arm || BR2_armeb || BR2_aarch64 || BR2_i386 || BR2_sparc || BR2_powerpc || BR2_powerpc64 || BR2_powerpc64le || BR2_x86_64
|
|
|
|
config BR2_PACKAGE_LIBATOMIC_OPS
|
|
bool "libatomic_ops"
|
|
depends on BR2_PACKAGE_LIBATOMIC_ARCH_SUPPORTS
|
|
help
|
|
Atomic operations library
|