|
@@ -996,9 +996,10 @@ config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS
|
|
support. If you don't know, leave the default value,
|
|
support. If you don't know, leave the default value,
|
|
Buildroot will tell you if it's correct or not.
|
|
Buildroot will tell you if it's correct or not.
|
|
|
|
|
|
|
|
+if BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS
|
|
|
|
+
|
|
config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG
|
|
config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG
|
|
bool "Toolchain has threads debugging support?"
|
|
bool "Toolchain has threads debugging support?"
|
|
- depends on BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS
|
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
default y
|
|
default y
|
|
help
|
|
help
|
|
@@ -1006,6 +1007,18 @@ config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_DEBUG
|
|
debugging support. If you don't know, leave the default
|
|
debugging support. If you don't know, leave the default
|
|
value, Buildroot will tell you if it's correct or not.
|
|
value, Buildroot will tell you if it's correct or not.
|
|
|
|
|
|
|
|
+config BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS_NPTL
|
|
|
|
+ bool "Toolchain has NPTL threads support?"
|
|
|
|
+ select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
|
+ default y
|
|
|
|
+ help
|
|
|
|
+ Select this option if your external toolchain uses the NPTL
|
|
|
|
+ (Native Posix Thread Library) implementation of Posix
|
|
|
|
+ threads. If you don't know, leave the default value,
|
|
|
|
+ Buildroot will tell you if it's correct or not.
|
|
|
|
+
|
|
|
|
+endif # BR2_TOOLCHAIN_EXTERNAL_HAS_THREADS
|
|
|
|
+
|
|
config BR2_TOOLCHAIN_EXTERNAL_HAS_SSP
|
|
config BR2_TOOLCHAIN_EXTERNAL_HAS_SSP
|
|
bool "Toolchain has SSP support?"
|
|
bool "Toolchain has SSP support?"
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
select BR2_TOOLCHAIN_HAS_SSP
|