|
|
@ -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" |
|
|
|
|