crosstool-ng/config/companion_libs
Yann E. MORIN" 784d534d28 cc/gcc: fix linking with static PPL 0.11+
PPL 0.11+ installs three libs: lippl, libppl_c and libpwl.
libppl_c has a dependency on libpwl (at least for watchdog stuff).

While gcc correctly links with libppl and libppl_c, it does not
pull libpwl in. In case of shared libs, this is not a problem, as
libppl_c has a NEEDED dependency on libpwl. But for static libs,
that does not work. Although libppl_c.la exists and has a correct
dependency on lipwl, somehow gcc misses it. So we have to force
pulling libpwl when needed.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
2011-03-28 01:07:31 +02:00
..
cloog.in complibs/cloog: fix linking with libstdc++ 2010-11-29 00:50:21 +01:00
gmp.in complibs/gmp: 5.0.0 misses 'EXPERIMENTAL' in the prompt 2010-06-16 18:57:10 +02:00
libelf.in complibs/libelf: remove old versions 2010-04-15 22:35:15 +02:00
mpc.in complibs/mpc: add latest version 0.9 2011-02-23 00:12:16 +01:00
mpfr.in complibs/mpfr: update to latest version 2010-06-13 19:15:53 +02:00
ppl.in cc/gcc: fix linking with static PPL 0.11+ 2011-03-28 01:07:31 +02:00