From 414484557912b87060488ee69b2ec8bae4a024d7 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Sat, 10 Jul 2010 15:25:10 +0200 Subject: cc/gcc: gcc-4.4 does not use MPC As reported by Johannes Stezenbach, see thread at: http://sourceware.org/ml/crossgcc/2010-07/msg00017.html --- scripts/build/cc/gcc.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'scripts/build/cc') diff --git a/scripts/build/cc/gcc.sh b/scripts/build/cc/gcc.sh index 27e496d3..c4373c18 100644 --- a/scripts/build/cc/gcc.sh +++ b/scripts/build/cc/gcc.sh @@ -166,12 +166,12 @@ do_cc_core() { 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}") - extra_config+=("--with-mpc=${CT_COMPLIBS_DIR}") fi - if [ "${CT_CC_GCC_USE_LIBELF}" = "y" ]; then + if [ "${CT_CC_GCC_USE_MPC_LIBELF}" = "y" ]; then + extra_config+=("--with-mpc=${CT_COMPLIBS_DIR}") extra_config+=("--with-libelf=${CT_COMPLIBS_DIR}") fi @@ -346,12 +346,12 @@ do_cc() { 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}") - extra_config+=("--with-mpc=${CT_COMPLIBS_DIR}") fi - if [ "${CT_CC_GCC_USE_LIBELF}" = "y" ]; then + if [ "${CT_CC_GCC_USE_MPC_LIBELF}" = "y" ]; then + extra_config+=("--with-mpc=${CT_COMPLIBS_DIR}") extra_config+=("--with-libelf=${CT_COMPLIBS_DIR}") fi -- cgit v1.2.3