# HG changeset patch # User "Yann E. MORIN" # Date 1178010220 0 # Node ID db48fd40bdb9c805db2be287d68bcfd77d4cfc27 # Parent f431118daec4bae50f85629b1e5a83b58336f1d4 Some little cosmetics in final compiler. diff -r f431118daec4 -r db48fd40bdb9 scripts/build/cc_gcc.sh --- a/scripts/build/cc_gcc.sh Mon Apr 23 21:06:09 2007 +0000 +++ b/scripts/build/cc_gcc.sh Tue May 01 09:03:40 2007 +0000 @@ -8,7 +8,7 @@ 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 @@ 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