depends on BR2_TOOLCHAIN_HAS_THREADS # dbus, libglib2
depends on BR2_USE_MMU # dbus, libglib2
help
- The Connection Manager (ConnMan) project provides a daemon for
- managing internet connections within embedded devices running
- the Linux operating system.
+ The Connection Manager (ConnMan) project provides a daemon
+ for managing internet connections within embedded devices
+ running the Linux operating system.
- For more information, see http://connman.net/
+ For more information, see https://01.org/connman
if BR2_PACKAGE_CONNMAN
prompt "GDB debugger Version"
depends on !BR2_arc
depends on !BR2_microblaze
- default BR2_GDB_VERSION_6_6 if BR2_bfin
default BR2_GDB_VERSION_6_7_1_AVR32_2_1_5 if BR2_avr32
- default BR2_GDB_VERSION_7_5
+ default BR2_GDB_VERSION_7_7 if BR2_powerpc64le
+ default BR2_GDB_VERSION_7_6
help
Select the version of gdb you wish to use.
config BR2_GDB_VERSION_7_4
bool "gdb 7.4.x"
- depends on !BR2_bfin && !BR2_powerpc64le
++ depends on !BR2_powerpc64le
config BR2_GDB_VERSION_7_5
bool "gdb 7.5.x"
- depends on !BR2_bfin && !BR2_powerpc64le
++ depends on !BR2_powerpc64le
+
+ config BR2_GDB_VERSION_7_6
+ bool "gdb 7.6.x"
- depends on !BR2_bfin && !BR2_powerpc64le
++ depends on !BR2_powerpc64le
+
+ config BR2_GDB_VERSION_7_7
+ bool "gdb 7.7.x"
- depends on !BR2_bfin
endchoice
config BR2_TOOLCHAIN_BUILDROOT_GLIBC
bool "glibc"
- depends on BR2_arm || BR2_armeb || BR2_aarch64 || \
- BR2_i386 || BR2_mips || BR2_mipsel || \
- BR2_mips64 || BR2_mips64el || BR2_powerpc || \
- BR2_sh || BR2_sh64 || BR2_sparc || \
- BR2_x86_64 || BR2_microblaze
+ depends on BR2_arm || BR2_armeb || BR2_aarch64 || \
+ BR2_i386 || BR2_mips || BR2_mipsel || \
+ BR2_mips64 || BR2_mips64el || BR2_powerpc || \
+ BR2_powerpc64 || BR2_powerpc64le || BR2_sh || \
+ BR2_sh64 || BR2_sparc || BR2_x86_64 || \
+ BR2_microblaze
depends on BR2_USE_MMU
depends on !BR2_PREFER_STATIC_LIB
+ depends on !BR2_powerpc_SPE
select BR2_TOOLCHAIN_USES_GLIBC
# our glibc.mk enables RPC support
select BR2_TOOLCHAIN_HAS_NATIVE_RPC