summaryrefslogtreecommitdiff
path: root/scripts/build/libc_uClibc.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-15 10:14:43 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-08-15 10:14:43 (GMT)
commite58af8f79ed50126d4e148b1ef509ef6068e2b38 (patch)
treef1dd2a46b25f248c95c44fda4dd25dce0981c7cb /scripts/build/libc_uClibc.sh
parent6c368af5b4e68c05c8774ea5795b708aca9d0d66 (diff)
Get rid of the core cc selection. It is now the same as the final compiler.
Diffstat (limited to 'scripts/build/libc_uClibc.sh')
-rw-r--r--scripts/build/libc_uClibc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/libc_uClibc.sh b/scripts/build/libc_uClibc.sh
index bc8480c..67036ee 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"