scripts/build/binutils/binutils.sh
changeset 1809 b488b4815f9b
parent 1808 a1370757e6a1
child 1901 bdb3a98e064b
     1.1 --- a/scripts/build/binutils/binutils.sh	Wed Feb 17 23:47:47 2010 +0100
     1.2 +++ b/scripts/build/binutils/binutils.sh	Thu Feb 18 20:43:31 2010 +0100
     1.3 @@ -84,7 +84,7 @@
     1.4      done
     1.5  
     1.6      # If GMP and MPFR were configured, then use that
     1.7 -    if [ "${CT_COMP_LIBS_TARGET}" = "y" ]; then
     1.8 +    if [ "${CT_BINUTILS_TARGET_USE_GMP_MPFR}" = "y" ]; then
     1.9          extra_config+=("--with-gmp=${CT_SYSROOT_DIR}/usr")
    1.10          extra_config+=("--with-mpfr=${CT_SYSROOT_DIR}/usr")
    1.11      fi