From 814e303c3c1245cbea9c1d2e8c7601e7306442cd Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 24 May 2007 17:49:24 +0000 Subject: We need to build libiberty before gcc only in the canadian case, not the opposite. diff --git a/scripts/build/cc_core_gcc.sh b/scripts/build/cc_core_gcc.sh index 3547256..af6b744 100644 --- a/scripts/build/cc_core_gcc.sh +++ b/scripts/build/cc_core_gcc.sh @@ -64,7 +64,7 @@ do_cc_core() { --disable-shared \ ${CT_CC_CORE_EXTRA_CONFIG} 2>&1 |CT_DoLog ALL - if [ ! "${CT_CANADIAN}" = "y" ]; then + if [ "${CT_CANADIAN}" = "y" ]; then CT_DoLog EXTRA "Building libiberty" make ${PARALLELMFLAGS} all-build-libiberty 2>&1 |CT_DoLog ALL fi diff --git a/scripts/build/cc_gcc.sh b/scripts/build/cc_gcc.sh index 54ebddf..82dd2a3 100644 --- a/scripts/build/cc_gcc.sh +++ b/scripts/build/cc_gcc.sh @@ -82,7 +82,7 @@ do_cc() { --enable-long-long \ ${CT_CC_EXTRA_CONFIG} 2>&1 |CT_DoLog ALL - if [ ! "${CT_CANADIAN}" = "y" ]; then + if [ "${CT_CANADIAN}" = "y" ]; then CT_DoLog EXTRA "Building libiberty" make ${PARALLELMFLAGS} all-build-libiberty 2>&1 |CT_DoLog ALL fi -- cgit v0.10.2-6-g49f6