From mboxrd@z Thu Jan 1 00:00:00 1970 From: Romain Naour Date: Tue, 11 Oct 2016 23:05:00 +0200 Subject: [Buildroot] [PATCH 4/4] toolchain/external: remove unused Linaro symlink hook In-Reply-To: <1476219900-13020-1-git-send-email-romain.naour@gmail.com> References: <1476219900-13020-1-git-send-email-romain.naour@gmail.com> Message-ID: <1476219900-13020-4-git-send-email-romain.naour@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net This hook was needed by 1014.09 Linaro toolchains. Signed-off-by: Romain Naour --- toolchain/toolchain-external/toolchain-external.mk | 8 -------- 1 file changed, 8 deletions(-) diff --git a/toolchain/toolchain-external/toolchain-external.mk b/toolchain/toolchain-external/toolchain-external.mk index 39c5734..141dd10 100644 --- a/toolchain/toolchain-external/toolchain-external.mk +++ b/toolchain/toolchain-external/toolchain-external.mk @@ -257,14 +257,6 @@ ifeq ($(BR2_TOOLCHAIN_USES_MUSL),y) TOOLCHAIN_EXTERNAL_DEPENDENCIES += musl-compat-headers endif -# The Linaro toolchain expects the libraries in -# {/usr,}/lib/, but Buildroot copies them to -# {/usr,}/lib, so we need to create a symbolic link. -define TOOLCHAIN_EXTERNAL_LINARO_SYMLINK - ln -snf . $(TARGET_DIR)/lib/$(TOOLCHAIN_EXTERNAL_PREFIX) - ln -snf . $(TARGET_DIR)/usr/lib/$(TOOLCHAIN_EXTERNAL_PREFIX) -endef - # The Codescape toolchain uses a sysroot layout that places them # side-by-side instead of nested like multilibs. A symlink is needed # much like for the nested sysroots which are handled in -- 2.5.5