diff options
Diffstat (limited to 'package/glibc/Config.in')
| -rw-r--r-- | package/glibc/Config.in | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/package/glibc/Config.in b/package/glibc/Config.in index 693a33ee59..d1ad3de47a 100644 --- a/package/glibc/Config.in +++ b/package/glibc/Config.in @@ -4,17 +4,19 @@ choice prompt "glibc version" default BR2_GLIBC_VERSION_2_18 # Architectures supported in mainline 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 config BR2_GLIBC_VERSION_2_18 - bool "2.18" + bool "2.18" + depends on !BR2_powerpc64le config BR2_GLIBC_VERSION_2_19 - bool "2.19" + bool "2.19" endchoice |

