scripts/build/cc/gcc.sh
changeset 2014 cd9322b076d7
parent 1991 1974075aa641
child 2017 f637b6c2162b
     1.1 --- a/scripts/build/cc/gcc.sh	Thu Jun 17 21:26:23 2010 +0200
     1.2 +++ b/scripts/build/cc/gcc.sh	Sat Jul 10 15:25:10 2010 +0200
     1.3 @@ -166,12 +166,12 @@
     1.4          extra_config+=("--with-gmp=${CT_COMPLIBS_DIR}")
     1.5          extra_config+=("--with-mpfr=${CT_COMPLIBS_DIR}")
     1.6      fi
     1.7 -    if [ "${CT_CC_GCC_USE_PPL_CLOOG_MPC}" = "y" ]; then
     1.8 +    if [ "${CT_CC_GCC_USE_PPL_CLOOG}" = "y" ]; then
     1.9          extra_config+=("--with-ppl=${CT_COMPLIBS_DIR}")
    1.10          extra_config+=("--with-cloog=${CT_COMPLIBS_DIR}")
    1.11 +    fi
    1.12 +    if [ "${CT_CC_GCC_USE_MPC_LIBELF}" = "y" ]; then
    1.13          extra_config+=("--with-mpc=${CT_COMPLIBS_DIR}")
    1.14 -    fi
    1.15 -    if [ "${CT_CC_GCC_USE_LIBELF}" = "y" ]; then
    1.16          extra_config+=("--with-libelf=${CT_COMPLIBS_DIR}")
    1.17      fi
    1.18  
    1.19 @@ -346,12 +346,12 @@
    1.20          extra_config+=("--with-gmp=${CT_COMPLIBS_DIR}")
    1.21          extra_config+=("--with-mpfr=${CT_COMPLIBS_DIR}")
    1.22      fi
    1.23 -    if [ "${CT_CC_GCC_USE_PPL_CLOOG_MPC}" = "y" ]; then
    1.24 +    if [ "${CT_CC_GCC_USE_PPL_CLOOG}" = "y" ]; then
    1.25          extra_config+=("--with-ppl=${CT_COMPLIBS_DIR}")
    1.26          extra_config+=("--with-cloog=${CT_COMPLIBS_DIR}")
    1.27 +    fi
    1.28 +    if [ "${CT_CC_GCC_USE_MPC_LIBELF}" = "y" ]; then
    1.29          extra_config+=("--with-mpc=${CT_COMPLIBS_DIR}")
    1.30 -    fi
    1.31 -    if [ "${CT_CC_GCC_USE_LIBELF}" = "y" ]; then
    1.32          extra_config+=("--with-libelf=${CT_COMPLIBS_DIR}")
    1.33      fi
    1.34