scripts/build/binutils.sh
changeset 645 8e58024f8e37
parent 502 9ed34efc09fc
child 659 5fb8f5a33f74
     1.1 --- a/scripts/build/binutils.sh	Wed May 14 17:58:07 2008 +0000
     1.2 +++ b/scripts/build/binutils.sh	Sun Jul 13 10:32:38 2008 +0000
     1.3 @@ -27,7 +27,7 @@
     1.4      binutils_opts=
     1.5      # If GMP and MPFR were configured, then use that,
     1.6      # otherwise let binutils find the system-wide libraries, if they exist.
     1.7 -    if [ "${CT_CC_GCC_GMP_MPFR}" = "y" ]; then
     1.8 +    if [ "${CT_GMP_MPFR}" = "y" ]; then
     1.9          binutils_opts="--with-gmp=${CT_PREFIX_DIR} --with-mpfr=${CT_PREFIX_DIR}"
    1.10      fi
    1.11