summaryrefslogtreecommitdiff
path: root/config/libc/eglibc.in
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@free.fr>2013-11-16 15:16:51 (GMT)
committerDaniel Zimmermann <netzimme@gmail.com>2013-11-16 15:16:51 (GMT)
commitf63e4f060426ab97755b251f31727c7eb21fb53d (patch)
tree9d1584c1426df609a224f0d39c46dbac315f7557 /config/libc/eglibc.in
parent1327d9d678258c4789361217177f9729749d1c9b (diff)
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" <netzimme@gmail.com> 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" <yann.morin.1998@free.fr>
Diffstat (limited to 'config/libc/eglibc.in')
-rw-r--r--config/libc/eglibc.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/libc/eglibc.in b/config/libc/eglibc.in
index 3635601..085c7ee 100644
--- a/config/libc/eglibc.in
+++ b/config/libc/eglibc.in
@@ -32,35 +32,43 @@ config LIBC_EGLIBC_V_2_17
config LIBC_EGLIBC_V_2_16
bool
prompt "2_16"
+ select LIBC_GLIBC_PORTS_EXTERNAL
select LIBC_EGLIBC_2_16_or_later
config LIBC_EGLIBC_V_2_15
bool
prompt "2_15"
+ select LIBC_GLIBC_PORTS_EXTERNAL
config LIBC_EGLIBC_V_2_14
bool
prompt "2_14"
+ select LIBC_GLIBC_PORTS_EXTERNAL
config LIBC_EGLIBC_V_2_13
bool
prompt "2_13"
+ select LIBC_GLIBC_PORTS_EXTERNAL
config LIBC_EGLIBC_V_2_12
bool
prompt "2_12"
+ select LIBC_GLIBC_PORTS_EXTERNAL
config LIBC_EGLIBC_V_2_11
bool
prompt "2_11"
+ select LIBC_GLIBC_PORTS_EXTERNAL
config LIBC_EGLIBC_V_2_10
bool
prompt "2_10"
+ select LIBC_GLIBC_PORTS_EXTERNAL
config LIBC_EGLIBC_V_2_9
bool
prompt "2_9"
+ select LIBC_GLIBC_PORTS_EXTERNAL
config LIBC_EGLIBC_V_TRUNK
bool