diff options
-rw-r--r-- | config/libc/glibc-eglibc.in-common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/libc/glibc-eglibc.in-common b/config/libc/glibc-eglibc.in-common index 6c5d2f03..f199e3a7 100644 --- a/config/libc/glibc-eglibc.in-common +++ b/config/libc/glibc-eglibc.in-common @@ -14,6 +14,7 @@ config LIBC_GLIBC_MAY_FORCE_PORTS default y if ARCH_arm default y if ARCH_mips select LIBC_GLIBC_USE_PORTS + depends on !LIBC_GLIBC_2_20_or_later # Force using the BFD linker during the toolchain build config LIBC_glibc_familly @@ -121,6 +122,7 @@ config LIBC_GLIBC_FORCE_UNWIND config LIBC_GLIBC_USE_PORTS bool prompt "Use the ports addon" + depends on !LIBC_GLIBC_2_20_or_later help The ports addon contains some architecture ports that are not available in the official distribution. |