summaryrefslogtreecommitdiff
path: root/scripts/build/cc_core_gcc.sh
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-14 19:59:41 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2007-05-14 19:59:41 (GMT)
commit721da92158c37cd044ccccd3b37d1e8d0c183f39 (patch)
treefab407de0160b1a00f2426f9481e336feb8c3c3a /scripts/build/cc_core_gcc.sh
parentae66018803112b86abb96109696ef2192870d6d5 (diff)
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.
Diffstat (limited to 'scripts/build/cc_core_gcc.sh')
-rw-r--r--scripts/build/cc_core_gcc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/cc_core_gcc.sh b/scripts/build/cc_core_gcc.sh
index b12b8ba..3547256 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