diff -r 2dace56fc87e -r 420f814f1871 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 Mon May 28 21:33:35 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"