crosstool-ng/scripts
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
..
build cc/gcc: fix linking with static PPL 0.11+ 2011-03-28 01:07:31 +02:00
addToolVersion.sh cc/gcc: add support for 4.5.0 or later versions 2010-04-15 22:35:18 +02:00
config.guess scripts: update config.{guess,sub} 2011-03-05 18:47:08 +01:00
config.sub scripts: update config.{guess,sub} 2011-03-05 18:47:08 +01:00
crosstool-NG.sh.in scripts: leave changelog in build dir, copy to install dir 2011-03-20 00:02:21 +01:00
functions scripts: leave changelog in build dir, copy to install dir 2011-03-20 00:02:21 +01:00
mk-patch.sh scripts: better sanitise the patch names 2010-08-10 13:25:52 +02:00
mk-release.sh scripts: use 'hg archive' to create release tarballs 2010-07-17 11:31:57 +02:00
patch-renumber.sh scripts: be POSIXly correct in helper scripts 2009-11-12 18:42:13 +01:00
patch-rework.sh scripts: add doc for patch-rework 2010-12-19 11:57:08 +01:00
populate.in config: add an option to name the sysroot directory 2011-01-25 20:31:16 +01:00
saveSample.sh.in scripts/savesample: be silent when checking for .config file 2010-04-22 19:21:03 +02:00
scripts.mk scripts: some eye-candy 2009-10-30 20:08:44 +01:00
showSamples.sh scripts: misc help and auto-complete fixes 2010-04-02 00:18:26 +02:00
showTuple.sh.in Add a new action: show-tuple 2009-05-13 18:10:47 +00:00
toolchain-config.in Use tools discovered by ./configure in scripts/toolchain-config.in. 2009-02-01 18:51:19 +00:00
wrapper.c scripts/wrapper: fix wrong test when checking access to the reall tool 2010-06-22 23:49:23 +02:00
wrapper.in scripts/wrapper.in: Add a comment about readlink not being portable. 2010-05-17 12:27:32 +02:00
xldd.in scripts/xldd: try to handle RPATH tags 2010-11-24 21:04:55 +01:00