diff -r 1974075aa641 -r cd9322b076d7 scripts/build/cc/gcc.sh --- a/scripts/build/cc/gcc.sh Thu Jun 17 21:26:23 2010 +0200 +++ b/scripts/build/cc/gcc.sh Sat Jul 10 15:25:10 2010 +0200 @@ -166,12 +166,12 @@ extra_config+=("--with-gmp=${CT_COMPLIBS_DIR}") extra_config+=("--with-mpfr=${CT_COMPLIBS_DIR}") fi - if [ "${CT_CC_GCC_USE_PPL_CLOOG_MPC}" = "y" ]; then + if [ "${CT_CC_GCC_USE_PPL_CLOOG}" = "y" ]; then extra_config+=("--with-ppl=${CT_COMPLIBS_DIR}") extra_config+=("--with-cloog=${CT_COMPLIBS_DIR}") + fi + if [ "${CT_CC_GCC_USE_MPC_LIBELF}" = "y" ]; then extra_config+=("--with-mpc=${CT_COMPLIBS_DIR}") - fi - if [ "${CT_CC_GCC_USE_LIBELF}" = "y" ]; then extra_config+=("--with-libelf=${CT_COMPLIBS_DIR}") fi @@ -346,12 +346,12 @@ extra_config+=("--with-gmp=${CT_COMPLIBS_DIR}") extra_config+=("--with-mpfr=${CT_COMPLIBS_DIR}") fi - if [ "${CT_CC_GCC_USE_PPL_CLOOG_MPC}" = "y" ]; then + if [ "${CT_CC_GCC_USE_PPL_CLOOG}" = "y" ]; then extra_config+=("--with-ppl=${CT_COMPLIBS_DIR}") extra_config+=("--with-cloog=${CT_COMPLIBS_DIR}") + fi + if [ "${CT_CC_GCC_USE_MPC_LIBELF}" = "y" ]; then extra_config+=("--with-mpc=${CT_COMPLIBS_DIR}") - fi - if [ "${CT_CC_GCC_USE_LIBELF}" = "y" ]; then extra_config+=("--with-libelf=${CT_COMPLIBS_DIR}") fi