From 77a605d48ed255d94bbe93ba17d53a2245a22a35 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Thu, 18 Feb 2010 20:43:31 +0100 Subject: complibs: simplify config file Although currently the wrapper is directly dependent on companion libraries, let's still decorelate those two. --- scripts/build/binutils/binutils.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/binutils') diff --git a/scripts/build/binutils/binutils.sh b/scripts/build/binutils/binutils.sh index fb653f66..2f4bbbd7 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 -- cgit v1.2.3