summaryrefslogtreecommitdiff
path: root/scripts/build/libc/eglibc.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build/libc/eglibc.sh')
-rw-r--r--scripts/build/libc/eglibc.sh10
1 files changed, 0 insertions, 10 deletions
diff --git a/scripts/build/libc/eglibc.sh b/scripts/build/libc/eglibc.sh
index 6c08cdb..01f8ceb 100644
--- a/scripts/build/libc/eglibc.sh
+++ b/scripts/build/libc/eglibc.sh
@@ -1,15 +1,5 @@
# eglibc build functions (initially by Thomas JOURDAN).
-do_print_filename() {
- [ "${CT_LIBC}" = "eglibc" ] || return 0
- echo "eglibc-${CT_LIBC_VERSION}"
- for addon in $(do_libc_add_ons_list " "); do
- # NPTL addon is not to be downloaded, in any case
- [ "${addon}" = "nptl" ] && continue || true
- echo "eglibc-${addon}-${CT_LIBC_VERSION}"
- done
-}
-
# Download eglibc repository
do_eglibc_get() {
CT_HasOrAbort svn