diff -r 9ed34efc09fc -r 8e58024f8e37 scripts/build/binutils.sh --- a/scripts/build/binutils.sh Wed May 14 17:58:07 2008 +0000 +++ b/scripts/build/binutils.sh Sun Jul 13 10:32:38 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