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