[Buildroot] [PATCH 0/5] Align library locations in target and staging

Thomas De Schampheleire patrickdepinguin at gmail.com
Fri Feb 12 19:20:21 UTC 2016


From: Thomas De Schampheleire <thomas.de.schampheleire at gmail.com>

As discussed on the Buildroot developer days, Buildroot installs some libraries
in a different location in target than in staging. This is specifically seen for
libstdc++ and libatomic.

This patch series tackles that problem and performs related cleanup.



Thomas De Schampheleire (5):
  toolchain-external: blackfin: install FDPIC libraries also to staging
  toolchain-external: remove unused calculation of ARCH_SUBDIR
  toolchain-external: extract installation of gdbserver to separate
    define
  toolchain-external: align library locations in target and staging dir
  toolchain-external: unify LIB_EXTERNAL_LIBS and USR_LIB_EXTERNAL_LIBS

 package/glibc/glibc.mk                             |  2 +-
 toolchain/helpers.mk                               | 57 ++---------------
 toolchain/toolchain-external/Config.in             |  3 +-
 toolchain/toolchain-external/toolchain-external.mk | 71 ++++++++++------------
 4 files changed, 40 insertions(+), 93 deletions(-)

-- 
2.4.10



More information about the buildroot mailing list