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>
This commit is contained in:
Yann E. MORIN" 2011-01-22 22:36:20 +01:00
parent 0b773f5823
commit 15a1cc2491
8 changed files with 0 additions and 25 deletions

View File

@ -1,7 +1,6 @@
# eglibc build functions (initially by Thomas JOURDAN).
# Add the definitions common to glibc and eglibc
# do_libc_headers
# do_libc_start_files
# do_libc
# do_libc_finish

View File

@ -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}"

View File

@ -3,7 +3,6 @@
# Licensed under the GPL v2. See COPYING in the root of this package
# Add the definitions common to glibc and eglibc
# do_libc_headers
# do_libc_start_files
# do_libc
# do_libc_finish

View File

@ -37,10 +37,6 @@ do_libc_check_config() {
:
}
do_libc_headers() {
:
}
do_libc_start_files() {
CT_DoStep INFO "Installing C library headers"

View File

@ -48,10 +48,6 @@ do_libc_check_config() {
:
}
do_libc_headers() {
:
}
do_libc_start_files() {
local -a newlib_opts

View File

@ -14,10 +14,6 @@ do_libc_check_config() {
:
}
do_libc_headers() {
:
}
do_libc_start_files() {
:
}

View File

@ -75,10 +75,6 @@ do_libc_check_config() {
CT_EndStep
}
do_libc_headers() {
:
}
# Build and install headers and start files
do_libc_start_files() {
local install_rule

View File

@ -28,7 +28,6 @@ CT_STEPS := libc_check_config \
elf2flt \
sstrip \
cc_core_pass_1 \
libc_headers \
libc_start_files \
cc_core_pass_2 \
libc \