summaryrefslogtreecommitdiff
path: root/scripts/build/libc/glibc-eglibc.sh-common
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-01-22 21:36:20 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2011-01-22 21:36:20 (GMT)
commit15a1cc24913bf6290caa16d6bb05505d1471f8d0 (patch)
tree7511bc9d9c5a8858225d480c167b6f17d8603638 /scripts/build/libc/glibc-eglibc.sh-common
parent0b773f5823abc9b6dda5b6cee8ef65b17a364eb6 (diff)
libc: remove now unneeded do_libc_headers
do_libc_headers is now a noop, and is no longer used, so remove that step. Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'scripts/build/libc/glibc-eglibc.sh-common')
-rw-r--r--scripts/build/libc/glibc-eglibc.sh-common6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/build/libc/glibc-eglibc.sh-common b/scripts/build/libc/glibc-eglibc.sh-common
index d77baea..ad5024c 100644
--- a/scripts/build/libc/glibc-eglibc.sh-common
+++ b/scripts/build/libc/glibc-eglibc.sh-common
@@ -1,11 +1,5 @@
# This file contains the functions common to glibc and eglibc
-# Build and install headers file
-# This is a no-op
-do_libc_headers() {
- :
-}
-
# Build and install headers and start files
do_libc_start_files() {
local src_dir="${CT_SRC_DIR}/${CT_LIBC}-${CT_LIBC_VERSION}"