From 2f718dd60c19a5d671e7fbef00c67c05ef98c9f4 Mon Sep 17 00:00:00 2001 From: "Yann E. MORIN\"" Date: Mon, 25 Jul 2011 19:04:17 +0200 Subject: complibs: fixup the host complibs install dir It's easier to have as much as possible stuff in the same place to ease backup/restore, and make things easier to follow. Move the host companion libraries install dir as a sub-dir of the build-tools install dir (but not directly in it, it would break for canadian or cross-native). Signed-off-by: "Yann E. MORIN" --- scripts/build/companion_libs/mpfr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build/companion_libs/mpfr.sh') diff --git a/scripts/build/companion_libs/mpfr.sh b/scripts/build/companion_libs/mpfr.sh index b3467577..35a48491 100644 --- a/scripts/build/companion_libs/mpfr.sh +++ b/scripts/build/companion_libs/mpfr.sh @@ -94,7 +94,7 @@ do_mpfr_for_host() { CT_mkdir_pushd "${CT_BUILD_DIR}/build-mpfr-host-${CT_HOST}" mpfr_opts+=( "host=${CT_HOST}" ) - mpfr_opts+=( "prefix=${CT_COMPLIBS_DIR}" ) + mpfr_opts+=( "prefix=${CT_HOST_COMPLIBS_DIR}" ) mpfr_opts+=( "cflags=${CT_CFLAGS_FOR_HOST}" ) do_mpfr_backend "${mpfr_opts[@]}" -- cgit v1.2.3