From 2152c04e8c6dc8340e55158b1aa853cc338c0950 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Mon, 30 Nov 2009 19:42:48 +0100 Subject: [PATCH] gmp: enable gmp support in all available stages besides cross stage --- base/gmp/gmp.conf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/base/gmp/gmp.conf b/base/gmp/gmp.conf index 902a655fb..781443f33 100644 --- a/base/gmp/gmp.conf +++ b/base/gmp/gmp.conf @@ -19,9 +19,8 @@ if atstage toolchain; then var_remove_regex confopt ' ' '--target=.*' fi -if atstage native; then - var_append confopt ' ' "--enable-cxx" -fi +# at gmp priority in cross stage we do not have a g++ available +atstage cross || var_append extraconfopt ' ' '--enable-cxx' var_append confopt ' ' "--enable-mpfr"