|
|
|
@ -141,6 +141,8 @@ if atstage toolchain; then
|
|
|
|
|
var_append extraconfopt ' ' "--with-ppl-lib=$( pkgprefix -r libdir ppl )" |
|
|
|
|
var_append extraconfopt ' ' "--with-ppl-include=$( pkgprefix -r includedir ppl )" |
|
|
|
|
var_append extraconfopt ' ' "--with-cloog=$( pkgprefix -r cloog )" |
|
|
|
|
var_append extraconfopt ' ' "--with-cloog-lib=$( pkgprefix -r libdir cloog )" |
|
|
|
|
var_append extraconfopt ' ' "--with-cloog-include=$( pkgprefix -r includedir cloog )" |
|
|
|
|
export LDFLAGS="-Wl,-rpath,${root}${libdir}" |
|
|
|
|
fi |
|
|
|
|
|
|
|
|
|