From e58af8f79ed50126d4e148b1ef509ef6068e2b38 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Wed, 15 Aug 2007 10:14:43 +0000 Subject: Get rid of the core cc selection. It is now the same as the final compiler. --- scripts/build/libc_uClibc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/libc_uClibc.sh') diff --git a/scripts/build/libc_uClibc.sh b/scripts/build/libc_uClibc.sh index bc8480c0..67036eea 100644 --- a/scripts/build/libc_uClibc.sh +++ b/scripts/build/libc_uClibc.sh @@ -53,7 +53,7 @@ do_libc_check_config() { 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" -- cgit v1.2.3