]> Git Repo - buildroot-mgba.git/commit
toolchain-external: Install blackfin FDPIC and FLAT libraries
authorSonic Zhang <[email protected]>
Sat, 8 Jun 2013 09:14:22 +0000 (11:14 +0200)
committerPeter Korsgaard <[email protected]>
Mon, 10 Jun 2013 22:07:40 +0000 (00:07 +0200)
commit8b4ade86aaaea826006199d83c004713eb817f73
tree75efd306d8f302b05591ac82776c4183db74eebe
parent9d5e6fa2fd4e48bdc0235f6bb902329b804b312d
toolchain-external: Install blackfin FDPIC and FLAT libraries

For certain situations, users may want to install shared FLAT
libraries to the target filesystem even if FDPIC is used as the
primary binary format, or symmetrically users may want to install FDPIC
libraries to the target filesystem even if shared FLAT is used as the
primary binary format.

This commit allows that by:

 * Offering additional Kconfig options to install shared FLAT or FDPIC
   libraries even when those libraries are not selected as the primary
   binary format.

 * Preserving all Blackfin toolchain folders under the
   TOOLCHAIN_EXTERNAL_DIR, instead of keeping only the one related to
   the selected binary format.

 * Adding some additional install targets that do the installation of
   either the shared FLAT or FDPIC libraries when requested.

[Thomas: refactored code, adjusted commit log]
Signed-off-by: Sonic Zhang <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
Signed-off-by: Peter Korsgaard <[email protected]>
toolchain/toolchain-external/Config.in
toolchain/toolchain-external/ext-tool.mk
This page took 0.030437 seconds and 4 git commands to generate.