Browse Source

gcc: improved to explicitely set gmp libdir and includedir

user/karasz/firmware
Christian Wiese 13 years ago
parent
commit
381a15c58b
  1. 2
      base/gcc/gcc.conf

2
base/gcc/gcc.conf

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

Loading…
Cancel
Save