Build a little bit more of gcc in //.
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jul 26 12:10:54 2008 +0000 (2008-07-26)
changeset 7288e80350322e5
parent 727 33c246763c8a
child 729 506e36e44e5f
Build a little bit more of gcc in //.

/trunk/scripts/build/cc_gcc.sh | 2 1 1 0 +-
1 file changed, 1 insertion(+), 1 deletion(-)
scripts/build/cc_gcc.sh
     1.1 --- a/scripts/build/cc_gcc.sh	Sat Jul 26 09:31:07 2008 +0000
     1.2 +++ b/scripts/build/cc_gcc.sh	Sat Jul 26 12:10:54 2008 +0000
     1.3 @@ -195,7 +195,7 @@
     1.4          install_rules="install-gcc"
     1.5      fi
     1.6  
     1.7 -    CT_DoExecLog ALL make -C gcc ${libgcc_rule}
     1.8 +    CT_DoExecLog ALL make ${PARALLELMFLAGS} -C gcc ${libgcc_rule}
     1.9      sed -r -i -e 's@-lc@@g' gcc/${libgcc_rule}
    1.10  
    1.11      if [ "${CT_CANADIAN}" = "y" ]; then