mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-30 16:14:09 +00:00
External addons supported by glibc even now
... though none are provided by default. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
ac4a37c8c4
commit
5e0b489b12
@ -66,8 +66,6 @@ do_libc_extract() {
|
||||
# marks custom glibc as patched.
|
||||
CT_Patch nochdir "${CT_LIBC}" "${CT_LIBC_VERSION}"
|
||||
|
||||
# Extract the add-opns if => 2.17
|
||||
if [ "${CT_LIBC_GLIBC_2_17_or_later}" != "y" ]; then
|
||||
for addon in $(do_libc_add_ons_list " "); do
|
||||
# If the addon was bundled with the main archive, we do not
|
||||
# need to extract it. Worse, if we were to try to extract
|
||||
@ -98,7 +96,6 @@ do_libc_extract() {
|
||||
# the same source twice.
|
||||
rm "${CT_LIBC}-${addon}-${CT_LIBC_VERSION}"
|
||||
done
|
||||
fi
|
||||
|
||||
# The configure files may be older than the configure.in files
|
||||
# if using a snapshot (or even some tarballs). Fake them being
|
||||
|
Loading…
x
Reference in New Issue
Block a user