summaryrefslogtreecommitdiffstats
path: root/rules/glibc.make
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-08-11 16:14:32 +0200
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-08-12 00:12:32 +0200
commitc7cf8a93b510bbbc550eb12d6c07b0df100e198c (patch)
tree00d9a247e82ed56b8a23cce9fcbcda8334a42918 /rules/glibc.make
parentcdf2dd29d38303823319c40b1cc7dcf95a996f58 (diff)
downloadptxdist-c7cf8a93b510bbbc550eb12d6c07b0df100e198c.tar.gz
ptxdist-c7cf8a93b510bbbc550eb12d6c07b0df100e198c.tar.xz
[glibc] introduce symbol for the dynamic loader
Until this patch the installation of the dynamic loader was coupled to the glibc. This patch makes it possible to select the glibc but don't install any libs at all. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Diffstat (limited to 'rules/glibc.make')
-rw-r--r--rules/glibc.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/glibc.make b/rules/glibc.make
index e01ae3a37..a831b2d91 100644
--- a/rules/glibc.make
+++ b/rules/glibc.make
@@ -77,7 +77,7 @@ $(STATEDIR)/glibc.targetinstall:
@$(call install_fixup, glibc,DEPENDS,)
@$(call install_fixup, glibc,DESCRIPTION,missing)
-ifdef PTXCONF_GLIBC
+ifdef PTXCONF_GLIBC_LD
@$(call install_copy_toolchain_dl, glibc, /lib)
endif