diff -r 2dace56fc87e -r 22b5ef41df97 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:22:06 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"