diff -r 2dace56fc87e -r dc4ce917245f scripts/build/libc_uClibc.sh --- a/scripts/build/libc_uClibc.sh Mon May 21 22:01:28 2007 +0000 +++ b/scripts/build/libc_uClibc.sh Sun May 27 20:29:22 2007 +0000 @@ -79,6 +79,11 @@ CT_EndStep } +# Build and install start files +do_libc_start_files() { + : +} + # This function build and install the full uClibc do_libc() { CT_DoStep INFO "Installing C library"