|
|
|
@ -132,6 +132,8 @@ if atstage toolchain; then
|
|
|
|
|
|
|
|
|
|
# use the native libraries we build in the toolchain directory |
|
|
|
|
var_append extraconfopt ' ' "--with-gmp=$( pkgprefix -r gmp )" |
|
|
|
|
var_append extraconfopt ' ' "--with-gmp-lib=$( pkgprefix -r libdir gmp )" |
|
|
|
|
var_append extraconfopt ' ' "--with-gmp-include=$( pkgprefix -r includedir gmp )" |
|
|
|
|
var_append extraconfopt ' ' "--with-mpfr=$( pkgprefix -r mpfr )" |
|
|
|
|
var_append extraconfopt ' ' "--with-mpfr-lib=$( pkgprefix -r libdir mpfr )" |
|
|
|
|
var_append extraconfopt ' ' "--with-ppl=$( pkgprefix -r ppl )" |
|
|
|
|