From 3aa41a1751a98909982c71fd37b8b7aadf17ee97 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Tue, 1 May 2007 09:03:40 +0000 Subject: Some little cosmetics in final compiler. diff --git a/scripts/build/cc_gcc.sh b/scripts/build/cc_gcc.sh index 1a1bcdc..2479e5e 100644 --- a/scripts/build/cc_gcc.sh +++ b/scripts/build/cc_gcc.sh @@ -8,7 +8,7 @@ do_cc() { mkdir -p "${CT_BUILD_DIR}/build-cc" cd "${CT_BUILD_DIR}/build-cc" - CT_DoLog EXTRA "Configuring compiler" + CT_DoLog EXTRA "Configuring final compiler" # Enable selected languages lang_opt="c" @@ -88,10 +88,10 @@ do_cc() { esac ;; esac - CT_DoLog EXTRA "Building compiler" + CT_DoLog EXTRA "Building final compiler" make ${PARALLELMFLAGS} all 2>&1 |CT_DoLog DEBUG - CT_DoLog EXTRA "Installing C compiler" + CT_DoLog EXTRA "Installing final compiler" make install 2>&1 |CT_DoLog DEBUG # FIXME: shouldn't people who want this just --disable-multilib in final gcc -- cgit v0.10.2-6-g49f6