summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-07-06 07:28:00 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-06 11:45:00 +0200
commit0efb7785eab110dc8860c271c361fdf67d3d1fb7 (patch)
treec4d98bf27103e050c22f80f8fa8aa1f4feb70981
parentb291525ac74273191c1a53a8361b9e7a6a58e79f (diff)
downloadbuildroot-0efb7785eab110dc8860c271c361fdf67d3d1fb7.tar.gz
buildroot-0efb7785eab110dc8860c271c361fdf67d3d1fb7.zip
toolchain-external: drop reference to non-existing variable
Commit 32bec8ee2fb0 (toolchain-external: copy ld*.so* for all C libraries) removed the definition of TOOLCHAIN_EXTERNAL_MUSL_LD_LINK. Remove also the reference to it. Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r--toolchain/toolchain-external/pkg-toolchain-external.mk4
1 files changed, 0 insertions, 4 deletions
diff --git a/toolchain/toolchain-external/pkg-toolchain-external.mk b/toolchain/toolchain-external/pkg-toolchain-external.mk
index 33449d37a5..1c5a5790f0 100644
--- a/toolchain/toolchain-external/pkg-toolchain-external.mk
+++ b/toolchain/toolchain-external/pkg-toolchain-external.mk
@@ -561,10 +561,6 @@ define $(2)_INSTALL_STAGING_CMDS
$$(TOOLCHAIN_EXTERNAL_INSTALL_GDBINIT)
endef
-ifeq ($$(BR2_TOOLCHAIN_EXTERNAL_MUSL),y)
-$(2)_POST_INSTALL_STAGING_HOOKS += TOOLCHAIN_EXTERNAL_MUSL_LD_LINK
-endif
-
# Even though we're installing things in both the staging, the host
# and the target directory, we do everything within the
# install-staging step, arbitrarily.
OpenPOWER on IntegriCloud