From 4c334145ffa51f91250bd85c0841da73494ab657 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 6 Aug 2012 23:38:32 +0200 Subject: [PATCH] gcc: improved to explicitely set ppl libdir and includedir --- base/gcc/gcc.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/base/gcc/gcc.conf b/base/gcc/gcc.conf index 49d0c2bfd..2746c3657 100644 --- a/base/gcc/gcc.conf +++ b/base/gcc/gcc.conf @@ -138,6 +138,8 @@ if atstage toolchain; then var_append extraconfopt ' ' "--with-mpfr-lib=$( pkgprefix -r libdir mpfr )" var_append extraconfopt ' ' "--with-mpfr-include=$( pkgprefix -r includedir mpfr )" var_append extraconfopt ' ' "--with-ppl=$( pkgprefix -r ppl )" + var_append extraconfopt ' ' "--with-ppl-lib=$( pkgprefix -r libdir ppl )" + var_append extraconfopt ' ' "--with-ppl-include=$( pkgprefix -r includedir ppl )" var_append extraconfopt ' ' "--with-cloog=$( pkgprefix -r cloog )" export LDFLAGS="-Wl,-rpath,${root}${libdir}" fi