Browse Source

gcc: improved to explicitely set ppl libdir and includedir

user/karasz/firmware
Christian Wiese 12 years ago
parent
commit
4c334145ff
1 changed files with 2 additions and 0 deletions
  1. +2
    -0
      base/gcc/gcc.conf

+ 2
- 0
base/gcc/gcc.conf

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

Loading…
Cancel
Save