scripts/build/libc/none.sh
changeset 850 ef8549b58b6f
child 1112 c72aecd1a9ef
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/scripts/build/libc/none.sh	Sun Sep 14 16:21:07 2008 +0000
     1.3 @@ -0,0 +1,36 @@
     1.4 +# This file adds functions to build the C library for bare metal (IE. none)
     1.5 +# Copyright 2008 Yann E. MORIN
     1.6 +# Licensed under the GPL v2. See COPYING in the root of this package
     1.7 +
     1.8 +do_print_filename() {
     1.9 +    :
    1.10 +}
    1.11 +
    1.12 +do_libc_get() {
    1.13 +    :
    1.14 +}
    1.15 +
    1.16 +do_libc_extract() {
    1.17 +    :
    1.18 +}
    1.19 +
    1.20 +do_libc_check_config() {
    1.21 +    :
    1.22 +}
    1.23 +
    1.24 +do_libc_headers() {
    1.25 +    :
    1.26 +}
    1.27 +
    1.28 +# Build and install start files
    1.29 +do_libc_start_files() {
    1.30 +    :
    1.31 +}
    1.32 +
    1.33 +do_libc() {
    1.34 +    :
    1.35 +}
    1.36 +
    1.37 +do_libc_finish() {
    1.38 +    :
    1.39 +}