diff -r 9ed34efc09fc -r 9d69b3b8185f scripts/build/binutils.sh --- a/scripts/build/binutils.sh Wed May 14 17:58:07 2008 +0000 +++ b/scripts/build/binutils.sh Mon Jul 14 13:51:45 2008 +0000 @@ -27,7 +27,7 @@ binutils_opts= # If GMP and MPFR were configured, then use that, # otherwise let binutils find the system-wide libraries, if they exist. - if [ "${CT_CC_GCC_GMP_MPFR}" = "y" ]; then + if [ "${CT_GMP_MPFR}" = "y" ]; then binutils_opts="--with-gmp=${CT_PREFIX_DIR} --with-mpfr=${CT_PREFIX_DIR}" fi