diff options
Diffstat (limited to 'scripts/build/binutils.sh')
-rw-r--r-- | scripts/build/binutils.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binutils.sh b/scripts/build/binutils.sh index 29f4fb7c..59c85105 100644 --- a/scripts/build/binutils.sh +++ b/scripts/build/binutils.sh @@ -27,7 +27,7 @@ do_binutils() { 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 |