From f75ab94105aa7fffb46640da0f3941794fe82fcf Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 28 Apr 2008 07:44:22 +0000 Subject: Be alittle less verbose in the core CC pass 1 & 2. /trunk/scripts/build/cc_gcc.sh | 5 0 5 0 ----- 1 file changed, 5 deletions(-) diff --git a/scripts/build/cc_gcc.sh b/scripts/build/cc_gcc.sh index 0712394..5647fc6 100644 --- a/scripts/build/cc_gcc.sh +++ b/scripts/build/cc_gcc.sh @@ -31,24 +31,19 @@ do_cc_extract() { do_cc_core_pass_1() { # In case we're NPTL, build the static core gcc; # in any other case, do nothing. - CT_DoStep INFO "Core C compiler, pass 1" case "${CT_THREADS}" in nptl) do_cc_core_static;; - *) CT_DoLog INFO "Nothing to do";; esac - CT_EndStep } # Core gcc pass 2 do_cc_core_pass_2() { # In case we're NPTL, build the shared core gcc, # in any other case, build the static core gcc. - CT_DoStep INFO "Core C compiler, pass 2" case "${CT_THREADS}" in nptl) do_cc_core_shared;; *) do_cc_core_static;; esac - CT_EndStep } #------------------------------------------------------------------------------ -- cgit v0.10.2-6-g49f6