Browse Source

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

user/amery/mess
Christian Wiese 15 years ago
committed by Alejandro Mery
parent
commit
2152c04e8c
1 changed files with 2 additions and 3 deletions
  1. +2
    -3
      base/gmp/gmp.conf

+ 2
- 3
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