diff options
Diffstat (limited to 'package/glibc')
| -rw-r--r-- | package/glibc/Config.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/glibc/Config.in b/package/glibc/Config.in index 4578ca8cc5..02cae3523c 100644 --- a/package/glibc/Config.in +++ b/package/glibc/Config.in @@ -4,6 +4,7 @@ config BR2_PACKAGE_GLIBC bool default y select BR2_PACKAGE_LINUX_HEADERS + select BR2_TOOLCHAIN_HAS_SSP choice prompt "glibc version" @@ -13,6 +14,8 @@ config BR2_GLIBC_VERSION_2_22 bool "2.22" # No support for pthread barriers on < v9 ISA depends on !BR2_sparc + # Too old to build with gcc >= 6.x + depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_6 config BR2_GLIBC_VERSION_2_23 bool "2.23" |

