From f63e4f060426ab97755b251f31727c7eb21fb53d Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 16 Nov 2013 16:16:51 +0100 Subject: libc/{glibc,eglibc}: Don't download glibc-ports when not available Don't download glibc-ports when glibc or eglibc version greater than 2.16, because the "ports" source is mainline in the glibc or eglibc since version 2.17. Signed-off-by: "Daniel Zimmermann" Message-Id: <9c045ca3cf1b9dc89da3.1384602843@haus-VirtualBox> Patchwork-Id: 291766 [yann.morin.1998@free.fr: slightly tweak subject, change variable name] Signed-off-by: "Yann E. MORIN" --- config/libc/glibc-eglibc.in-common | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config/libc/glibc-eglibc.in-common') diff --git a/config/libc/glibc-eglibc.in-common b/config/libc/glibc-eglibc.in-common index f27101c5..6c5d2f03 100644 --- a/config/libc/glibc-eglibc.in-common +++ b/config/libc/glibc-eglibc.in-common @@ -4,6 +4,11 @@ # Some architectures require the ports addon. List them one by one here: # This list must be carefully in sync with the architectures names # we can find in config/arch/* + +config LIBC_GLIBC_PORTS_EXTERNAL + bool + default n + config LIBC_GLIBC_MAY_FORCE_PORTS bool default y if ARCH_arm -- cgit v1.2.3