scripts/build/binutils/binutils.sh
changeset 1807 4201b5881a7e
parent 1483 094f442a9d5e
child 1808 a1370757e6a1
     1.1 --- a/scripts/build/binutils/binutils.sh	Wed Aug 19 19:44:44 2009 +0200
     1.2 +++ b/scripts/build/binutils/binutils.sh	Tue Feb 09 22:50:53 2010 +0100
     1.3 @@ -85,9 +85,8 @@
     1.4          install_targets+=("install-${t}")
     1.5      done
     1.6  
     1.7 -
     1.8      # If GMP and MPFR were configured, then use that
     1.9 -    if [ "${CT_GMP_MPFR_TARGET}" = "y" ]; then
    1.10 +    if [ "${CT_BINUTILS_TARGET_USE_GMP_MPFR}" = "y" ]; then
    1.11          extra_config+=("--with-gmp=${CT_SYSROOT_DIR}/usr")
    1.12          extra_config+=("--with-mpfr=${CT_SYSROOT_DIR}/usr")
    1.13      fi