diff -r 000000000000 -r 87f25f1d25d0 scripts/build/libc/newlib.sh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/scripts/build/libc/newlib.sh Sun Mar 22 23:33:43 2009 +0000 @@ -0,0 +1,31 @@ +# This file adds functions to build new +# Copyright 2009 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_headers() { + : +} + +do_libc_start_files() { + : +} + +do_libc() { + : +} + +do_libc_finish() { + : +}