From 721da92158c37cd044ccccd3b37d1e8d0c183f39 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 14 May 2007 19:59:41 +0000 Subject: Move the whole threading ;odel choice out of glibc and into the generic C library options: even uClibc may have NPTL at one point in the (hopefully near) future. Mark the progress bar as being CPU-intensive. Little style fix to the core C compiler build step. --- scripts/build/cc_core_gcc.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/cc_core_gcc.sh') diff --git a/scripts/build/cc_core_gcc.sh b/scripts/build/cc_core_gcc.sh index b12b8bac..3547256d 100644 --- a/scripts/build/cc_core_gcc.sh +++ b/scripts/build/cc_core_gcc.sh @@ -28,7 +28,7 @@ do_cc_core() { CT_DoStep INFO "Installing core C compiler" - CT_DoLog EXTRA "Copy headers to install area of bootstrap gcc, so it can build libgcc2" + CT_DoLog EXTRA "Copying headers to install area of bootstrap gcc, so it can build libgcc2" mkdir -p "${CT_CC_CORE_PREFIX_DIR}/${CT_TARGET}/include" cp -r "${CT_HEADERS_DIR}"/* "${CT_CC_CORE_PREFIX_DIR}/${CT_TARGET}/include" 2>&1 |CT_DoLog DEBUG -- cgit v1.2.3