Browse Source

gmp: enable gmp support in all available stages besides cross stage

user/karasz/test/ecn
Christian Wiese 15 years ago committed by Alejandro Mery
parent
commit
2152c04e8c
  1. 5
      base/gmp/gmp.conf

5
base/gmp/gmp.conf

@ -19,9 +19,8 @@ if atstage toolchain; then
var_remove_regex confopt ' ' '--target=.*' var_remove_regex confopt ' ' '--target=.*'
fi fi
if atstage native; then # at gmp priority in cross stage we do not have a g++ available
var_append confopt ' ' "--enable-cxx" atstage cross || var_append extraconfopt ' ' '--enable-cxx'
fi
var_append confopt ' ' "--enable-mpfr" var_append confopt ' ' "--enable-mpfr"

Loading…
Cancel
Save