kumquat-buildroot/toolchain/toolchain-external
Sonic Zhang 8b4ade86aa 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 <sonic.zhang@analog.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-06-11 00:07:40 +02:00
..
Config.in toolchain-external: Install blackfin FDPIC and FLAT libraries 2013-06-11 00:07:40 +02:00
ext-tool.mk toolchain-external: Install blackfin FDPIC and FLAT libraries 2013-06-11 00:07:40 +02:00
ext-toolchain-wrapper.c ext-toolchain-wrapper: fix paths if executable was resolved by PATH 2013-05-31 22:05:44 +02:00