scripts/build/libc/uClibc.sh
changeset 1121 4b7ed9da5a21
parent 1112 c72aecd1a9ef
child 1123 8c5881324a79
     1.1 --- a/scripts/build/libc/uClibc.sh	Sat Jan 03 21:11:41 2009 +0000
     1.2 +++ b/scripts/build/libc/uClibc.sh	Sun Jan 04 14:38:41 2009 +0000
     1.3 @@ -45,10 +45,6 @@
     1.4  
     1.5  # This functions installs uClibc's headers
     1.6  do_libc_headers() {
     1.7 -    # Only need to install bootstrap uClibc headers for gcc-3.0 and above?  Or maybe just gcc-3.3 and above?
     1.8 -    # See also http://gcc.gnu.org/PR8180, which complains about the need for this step.
     1.9 -    grep -q 'gcc-[34]' "${CT_SRC_DIR}/${CT_CC_FILE}/ChangeLog" 2>/dev/null || return 0
    1.10 -
    1.11      CT_DoStep INFO "Installing C library headers"
    1.12  
    1.13      mkdir -p "${CT_BUILD_DIR}/build-libc-headers"