scripts/build/libc/newlib.sh
branchnewlib
changeset 1363 87f25f1d25d0
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/scripts/build/libc/newlib.sh	Sun Mar 22 23:33:43 2009 +0000
     1.3 @@ -0,0 +1,31 @@
     1.4 +# This file adds functions to build new
     1.5 +# Copyright 2009 Yann E. MORIN
     1.6 +# Licensed under the GPL v2. See COPYING in the root of this package
     1.7 +
     1.8 +do_libc_get() {
     1.9 +    :
    1.10 +}
    1.11 +
    1.12 +do_libc_extract() {
    1.13 +    :
    1.14 +}
    1.15 +
    1.16 +do_libc_check_config() {
    1.17 +    :
    1.18 +}
    1.19 +
    1.20 +do_libc_headers() {
    1.21 +    :
    1.22 +}
    1.23 +
    1.24 +do_libc_start_files() {
    1.25 +    :
    1.26 +}
    1.27 +
    1.28 +do_libc() {
    1.29 +    :
    1.30 +}
    1.31 +
    1.32 +do_libc_finish() {
    1.33 +    :
    1.34 +}