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=.*'
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"

Loading…
Cancel
Save