Some little cosmetics in final compiler.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue May 01 09:03:40 2007 +0000 (2007-05-01)
changeset 50db48fd40bdb9
parent 49 f431118daec4
child 51 7faec10341f1
Some little cosmetics in final compiler.
scripts/build/cc_gcc.sh
     1.1 --- a/scripts/build/cc_gcc.sh	Mon Apr 23 21:06:09 2007 +0000
     1.2 +++ b/scripts/build/cc_gcc.sh	Tue May 01 09:03:40 2007 +0000
     1.3 @@ -8,7 +8,7 @@
     1.4      mkdir -p "${CT_BUILD_DIR}/build-cc"
     1.5      cd "${CT_BUILD_DIR}/build-cc"
     1.6  
     1.7 -    CT_DoLog EXTRA "Configuring compiler"
     1.8 +    CT_DoLog EXTRA "Configuring final compiler"
     1.9  
    1.10      # Enable selected languages
    1.11      lang_opt="c"
    1.12 @@ -88,10 +88,10 @@
    1.13          esac ;;
    1.14      esac
    1.15  
    1.16 -    CT_DoLog EXTRA "Building compiler"
    1.17 +    CT_DoLog EXTRA "Building final compiler"
    1.18      make ${PARALLELMFLAGS} all 2>&1 |CT_DoLog DEBUG
    1.19  
    1.20 -    CT_DoLog EXTRA "Installing C compiler"
    1.21 +    CT_DoLog EXTRA "Installing final compiler"
    1.22      make install 2>&1 |CT_DoLog DEBUG
    1.23  
    1.24      # FIXME: shouldn't people who want this just --disable-multilib in final gcc