summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2019-08-09 15:36:07 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2019-09-02 16:06:19 +0200
commitea0106ebe3ec9574e9b904a2a64a7ac6d31d0a31 (patch)
tree1de607c437322f8d6e8ab8ce040d4ff86de80c72
parentee3790c033f2c49ab5e828620755a47cdcf3f691 (diff)
downloadOSELAS.Toolchain-ea0106ebe3ec9574e9b904a2a64a7ac6d31d0a31.tar.gz
OSELAS.Toolchain-ea0106ebe3ec9574e9b904a2a64a7ac6d31d0a31.tar.xz
glibc: remove unused variable
This was never used like this. The same path is generated from the package name in ptxd_make_world_copy_license(). Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
-rw-r--r--rules/glibc.make3
1 files changed, 0 insertions, 3 deletions
diff --git a/rules/glibc.make b/rules/glibc.make
index 9d55312..2cc78f2 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -84,9 +84,6 @@ GLIBC_CONF_OPT := \
# Install
# ----------------------------------------------------------------------------
-GLIBC_COMPLIANCE := $(PTXCONF_SYSROOT_CROSS)/share/compliance/glibc
-
-
$(STATEDIR)/glibc.install: $(STATEDIR)/glibc.report
@$(call targetinfo)
cd $(GLIBC_BUILDDIR) && \