mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-18 02:39:46 +00:00
Use "package ksym" when fetching/extracting
... in the default implementation of the fetch/extract methods. Fixes #1116. Signed-off-by: Alexey Neyman <stilor@att.net>
This commit is contained in:
parent
de48268390
commit
e46f6d9966
@ -4,8 +4,8 @@
|
||||
|
||||
# Define default hooks - download/unpack just the main package; no-op build hooks.
|
||||
# The actual implementation can override just what it needs then.
|
||||
eval "${CT_LIBC//[^A-Za-z0-9]/_}_get() { CT_Fetch ${CT_LIBC_CHOICE_KSYM}; }"
|
||||
eval "${CT_LIBC//[^A-Za-z0-9]/_}_extract() { CT_ExtractPatch ${CT_LIBC_CHOICE_KSYM}; }"
|
||||
eval "${CT_LIBC//[^A-Za-z0-9]/_}_get() { CT_Fetch \"\${CT_LIBC_${CT_LIBC_CHOICE_KSYM}_PKG_KSYM}\"; }"
|
||||
eval "${CT_LIBC//[^A-Za-z0-9]/_}_extract() { CT_ExtractPatch \"\${CT_LIBC_${CT_LIBC_CHOICE_KSYM}_PKG_KSYM}\"; }"
|
||||
for _m in start_files main post_cc; do
|
||||
eval "${CT_LIBC//[^A-Za-z0-9]/_}_${_m}() { :; }"
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user