|
@@ -15,9 +15,11 @@ config BR2_TOOLCHAIN_USES_GLIBC
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
select BR2_TOOLCHAIN_HAS_SHADOW_PASSWORDS
|
|
|
+ select BR2_TOOLCHAIN_SUPPORTS_PIE
|
|
|
|
|
|
config BR2_TOOLCHAIN_USES_UCLIBC
|
|
|
bool
|
|
|
+ select BR2_TOOLCHAIN_SUPPORTS_PIE if !BR2_arc && !BR2_m68k && !BR2_STATIC_LIBS
|
|
|
|
|
|
config BR2_TOOLCHAIN_USES_MUSL
|
|
|
bool
|
|
@@ -26,6 +28,7 @@ config BR2_TOOLCHAIN_USES_MUSL
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_DEBUG
|
|
|
select BR2_TOOLCHAIN_HAS_THREADS_NPTL
|
|
|
+ select BR2_TOOLCHAIN_SUPPORTS_PIE
|
|
|
|
|
|
choice
|
|
|
prompt "Toolchain type"
|