scripts/build/libc/glibc-eglibc.sh-common
changeset 2278 e86826b8621a
parent 2277 71803c9f6de0
child 2279 a559d9890c02
     1.1 --- a/scripts/build/libc/glibc-eglibc.sh-common	Thu Jan 20 00:27:36 2011 +0100
     1.2 +++ b/scripts/build/libc/glibc-eglibc.sh-common	Sat Jan 22 22:36:20 2011 +0100
     1.3 @@ -1,11 +1,5 @@
     1.4  # This file contains the functions common to glibc and eglibc
     1.5  
     1.6 -# Build and install headers file
     1.7 -# This is a no-op
     1.8 -do_libc_headers() {
     1.9 -    :
    1.10 -}
    1.11 -
    1.12  # Build and install headers and start files
    1.13  do_libc_start_files() {
    1.14      local src_dir="${CT_SRC_DIR}/${CT_LIBC}-${CT_LIBC_VERSION}"