summaryrefslogtreecommitdiff
path: root/scripts/build/binutils
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-18 19:43:31 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2010-02-18 19:43:31 (GMT)
commit77a605d48ed255d94bbe93ba17d53a2245a22a35 (patch)
tree5d21e7ac25722ef2593014c40f97bb58db2eae25 /scripts/build/binutils
parent3eaa187de56bff5ee342ffc8b3feeca7ac2a2c62 (diff)
complibs: simplify config file
Although currently the wrapper is directly dependent on companion libraries, let's still decorelate those two.
Diffstat (limited to 'scripts/build/binutils')
-rw-r--r--scripts/build/binutils/binutils.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/binutils/binutils.sh b/scripts/build/binutils/binutils.sh
index fb653f6..2f4bbbd 100644
--- a/scripts/build/binutils/binutils.sh
+++ b/scripts/build/binutils/binutils.sh
@@ -84,7 +84,7 @@ do_binutils_target() {
done
# If GMP and MPFR were configured, then use that
- if [ "${CT_COMP_LIBS_TARGET}" = "y" ]; then
+ if [ "${CT_BINUTILS_TARGET_USE_GMP_MPFR}" = "y" ]; then
extra_config+=("--with-gmp=${CT_SYSROOT_DIR}/usr")
extra_config+=("--with-mpfr=${CT_SYSROOT_DIR}/usr")
fi