mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 12:57:53 +00:00
libc/glibc: fix downloading addons
Do to glibc what we did to eglibc in #dff359adf15c. Only (very) old versions of glibc have other external addons, and they are no longer meaningful. But for consistency, do the change nonetheless. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
This commit is contained in:
parent
2071cfb13e
commit
20d851ad9f
@ -32,9 +32,9 @@ do_libc_get() {
|
||||
nptl) continue;;
|
||||
esac
|
||||
|
||||
case "${CT_LIBC_GLIBC_PORTS_EXTERNAL}" in
|
||||
y) ;;
|
||||
*) continue;;
|
||||
case "${addon}:${CT_LIBC_GLIBC_PORTS_EXTERNAL}" in
|
||||
ports:y) ;;
|
||||
ports:*) continue;;
|
||||
esac
|
||||
|
||||
if ! CT_GetFile "glibc-${addon}-${CT_LIBC_VERSION}" \
|
||||
|
Loading…
Reference in New Issue
Block a user