crosstool-ng/scripts/build
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
..
arch arch: remove ia64 2011-01-03 22:02:06 +01:00
binutils binutils/elf2flt: log even more 2011-03-20 00:45:44 +01:00
cc cc/gcc: fix linking with static PPL 0.11+ 2011-03-28 01:07:31 +02:00
companion_libs complibs/ppl: build watchdog library 2011-03-27 00:07:59 +01:00
companion_tools comptools/libtool: chmod files to u+w 2011-03-03 19:32:05 +01:00
debug debug/trace: log even more 2011-03-20 01:03:26 +01:00
kernel kernel/linux: simplify the download URL 2011-01-14 18:36:07 +01:00
libc libc/mingw: log even more 2011-03-20 01:16:34 +01:00
test_suite test-suite: apply cleanup pass 2010-05-22 22:04:31 +02:00
companion_tools.sh companion_tools/autoconf: add autoconf tool 2010-01-12 21:09:30 +01:00
debug.sh Simplify the Tools and Debug facilities menu entries: 2008-10-10 14:30:44 +00:00
internals.sh scripts/internals: fix stripping once more 2011-03-22 18:10:00 +01:00
test_suite.sh test-suite: Added new test suite feature (experimental) 2010-05-19 17:53:04 +02:00