crosstool-ng/scripts/build/libc/none.sh
Yann E. MORIN" 15a1cc2491 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>
2011-01-22 22:36:20 +01:00

28 lines
346 B
Bash

# This file adds functions to build the C library for bare metal (IE. none)
# Copyright 2008 Yann E. MORIN
# Licensed under the GPL v2. See COPYING in the root of this package
do_libc_get() {
:
}
do_libc_extract() {
:
}
do_libc_check_config() {
:
}
do_libc_start_files() {
:
}
do_libc() {
:
}
do_libc_finish() {
:
}