mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-19 11:17:00 +00:00
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:
parent
0b773f5823
commit
15a1cc2491
@ -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
|
||||
|
@ -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}"
|
||||
|
@ -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
|
||||
|
@ -37,10 +37,6 @@ do_libc_check_config() {
|
||||
:
|
||||
}
|
||||
|
||||
do_libc_headers() {
|
||||
:
|
||||
}
|
||||
|
||||
do_libc_start_files() {
|
||||
CT_DoStep INFO "Installing C library headers"
|
||||
|
||||
|
@ -48,10 +48,6 @@ do_libc_check_config() {
|
||||
:
|
||||
}
|
||||
|
||||
do_libc_headers() {
|
||||
:
|
||||
}
|
||||
|
||||
do_libc_start_files() {
|
||||
local -a newlib_opts
|
||||
|
||||
|
@ -14,10 +14,6 @@ do_libc_check_config() {
|
||||
:
|
||||
}
|
||||
|
||||
do_libc_headers() {
|
||||
:
|
||||
}
|
||||
|
||||
do_libc_start_files() {
|
||||
:
|
||||
}
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user