From 3a27f20d7bb36c3bbbb8478cfcde4b6ae8d5bbaa Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 6 Aug 2012 23:36:31 +0200 Subject: [PATCH] gcc: improved to explicitely set mpfr includedir --- base/gcc/gcc.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/base/gcc/gcc.conf b/base/gcc/gcc.conf index 629272425..49d0c2bfd 100644 --- a/base/gcc/gcc.conf +++ b/base/gcc/gcc.conf @@ -136,6 +136,7 @@ if atstage toolchain; then var_append extraconfopt ' ' "--with-gmp-include=$( pkgprefix -r includedir gmp )" var_append extraconfopt ' ' "--with-mpfr=$( pkgprefix -r mpfr )" 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-cloog=$( pkgprefix -r cloog )" export LDFLAGS="-Wl,-rpath,${root}${libdir}"