mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-20 17:12:55 +00:00
build/glibc: Improve confusing comment
Up until cset 4e2227e8a5537a8553c503e55d2cb2190f2a0d2f there was an 'if' statement with a comment. The abovementioned changeset removed the conditional statement but the comment survived. Signed-off-by: Kirill K. Smirnov <kirill.k.smirnov@gmail.com>
This commit is contained in:
parent
429b3e8846
commit
d84501b980
@ -30,7 +30,8 @@ do_libc_get() {
|
||||
do_libc_extract() {
|
||||
CT_Extract "${CT_LIBC}-${CT_LIBC_VERSION}"
|
||||
CT_Pushd "${CT_SRC_DIR}/${CT_LIBC}-${CT_LIBC_VERSION}"
|
||||
# Attempt CT_PATCH only if NOT custom
|
||||
# Custom glibc won't get patched, because CT_GetCustom
|
||||
# marks custom glibc as patched.
|
||||
CT_Patch nochdir "${CT_LIBC}" "${CT_LIBC_VERSION}"
|
||||
|
||||
# The configure files may be older than the configure.in files
|
||||
|
Loading…
x
Reference in New Issue
Block a user