diff options
author | Holger Freyther <zecke@selfish.org> | 2008-01-15 22:58:54 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2008-01-15 22:58:54 +0000 |
commit | 0b07e526611dc0e1867caa3eb6e4372855488026 (patch) | |
tree | f44ea0a03c807ac60c4765a91732be8ddab75d87 /packages/wpa-supplicant/wpa-supplicant-0.4.7/driver-zd1211.patch | |
parent | 5630386777914cd4a48811f077951c09e4fe18c4 (diff) |
packages/gcc/gcc-cross_4.2.2: Attempt to fix the fortran issue
f951 was not executable because libmpfr and libgmp which were build by
OpenEmbedded were not found. They resist in the staging lib directory and
we do not have the LD_LIBRARY_PATH set.
--enable-rpath for gcc was not an option, as we would have difficulties to
say which path would be checked (we install to cross and not staging).
Attempt to set an rpath when linking to mpfr/gmp. We pass --with-mpfr to the
gcc-cross, patch the configure to add an -Wl,-rpath, to gmplibs, this gets
set to GMPLIBS, which gets replaced to HOST_GMPLIBS in the Makefile inside the
builddir, which will be used when linking the f951 utility.
Diffstat (limited to 'packages/wpa-supplicant/wpa-supplicant-0.4.7/driver-zd1211.patch')
0 files changed, 0 insertions, 0 deletions