Browse Source

gcc: improved to explicitely set mpfr includedir

user/karasz/firmware
Christian Wiese 13 years ago
parent
commit
3a27f20d7b
  1. 1
      base/gcc/gcc.conf

1
base/gcc/gcc.conf

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

Loading…
Cancel
Save