diff -r 3f54c8d7f3f9 -r 8bb865222229 scripts/build/cc/gcc.sh --- a/scripts/build/cc/gcc.sh Fri Mar 05 18:55:25 2010 +0100 +++ b/scripts/build/cc/gcc.sh Wed Apr 07 18:35:21 2010 +0200 @@ -150,11 +150,11 @@ else extra_config+=("--disable-__cxa_atexit") fi - if [ "${CT_GCC_USE_GMP_MPFR}" = "y" ]; then + if [ "${CT_CC_GCC_USE_GMP_MPFR}" = "y" ]; then extra_config+=("--with-gmp=${CT_PREFIX_DIR}") extra_config+=("--with-mpfr=${CT_PREFIX_DIR}") fi - if [ "${CT_GCC_USE_PPL_CLOOG_MPC}" = "y" ]; then + if [ "${CT_CC_GCC_USE_PPL_CLOOG_MPC}" = "y" ]; then extra_config+=("--with-ppl=${CT_PREFIX_DIR}") extra_config+=("--with-cloog=${CT_PREFIX_DIR}") extra_config+=("--with-mpc=${CT_PREFIX_DIR}") @@ -303,11 +303,11 @@ if [ -n "${CC_ENABLE_CXX_FLAGS}" ]; then extra_config+=("--enable-cxx-flags=${CC_ENABLE_CXX_FLAGS}") fi - if [ "${CT_GCC_USE_GMP_MPFR}" = "y" ]; then + if [ "${CT_CC_GCC_USE_GMP_MPFR}" = "y" ]; then extra_config+=("--with-gmp=${CT_PREFIX_DIR}") extra_config+=("--with-mpfr=${CT_PREFIX_DIR}") fi - if [ "${CT_GCC_USE_PPL_CLOOG_MPC}" = "y" ]; then + if [ "${CT_CC_GCC_USE_PPL_CLOOG_MPC}" = "y" ]; then extra_config+=("--with-ppl=${CT_PREFIX_DIR}") extra_config+=("--with-cloog=${CT_PREFIX_DIR}") extra_config+=("--with-mpc=${CT_PREFIX_DIR}")