scripts/build/libc_uClibc.sh
changeset 331 0c05f9ea3254
parent 297 c3a912d6acdc
child 378 c5691d002539
     1.1 --- a/scripts/build/libc_uClibc.sh	Sat Jul 28 11:59:37 2007 +0000
     1.2 +++ b/scripts/build/libc_uClibc.sh	Wed Aug 15 10:14:43 2007 +0000
     1.3 @@ -53,7 +53,7 @@
     1.4  do_libc_headers() {
     1.5      # Only need to install bootstrap uClibc headers for gcc-3.0 and above?  Or maybe just gcc-3.3 and above?
     1.6      # See also http://gcc.gnu.org/PR8180, which complains about the need for this step.
     1.7 -    grep -q 'gcc-[34]' "${CT_SRC_DIR}/${CT_CC_CORE_FILE}/ChangeLog" || return 0
     1.8 +    grep -q 'gcc-[34]' "${CT_SRC_DIR}/${CT_CC_FILE}/ChangeLog" 2>/dev/null || return 0
     1.9  
    1.10      CT_DoStep INFO "Installing C library headers"
    1.11