summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert Schwebel <r.schwebel@pengutronix.de>2009-04-22 08:50:52 +0000
committerRobert Schwebel <r.schwebel@pengutronix.de>2009-04-22 08:50:52 +0000
commit39ecfac4e71a2b966e03600c00c1ebaf994a40d6 (patch)
treea4c23a2df828010ed692813371fa2e65e3a43676
parente9e253173d153ce82f48ccc39d1ff3258f66181b (diff)
downloadOSELAS.Toolchain-39ecfac4e71a2b966e03600c00c1ebaf994a40d6.tar.gz
OSELAS.Toolchain-39ecfac4e71a2b966e03600c00c1ebaf994a40d6.tar.xz
* glibc-ports: use ports timestamp, not glibc timestamp
git-svn-id: https://svn.pengutronix.de/svn/oselas/toolchain/trunks/OSELAS.Toolchain-trunk@10727 f8d472c7-5700-0410-ac5a-87979cec3adf
-rw-r--r--rules/glibc-ports.make2
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/glibc-ports.make b/rules/glibc-ports.make
index 2111e9c..07ff4ff 100644
--- a/rules/glibc-ports.make
+++ b/rules/glibc-ports.make
@@ -22,7 +22,7 @@ ifneq ($(PTXCONF_GLIBC_VERSION),"")
GLIBC_PORTS_VERSION := -$(call remove_quotes,$(PTXCONF_GLIBC_PORTS_VERSION))
endif
-ifneq ($(PTXCONF_GLIBC_TIMESTAMP),"")
+ifneq ($(PTXCONF_GLIBC_PORTS_TIMESTAMP),"")
GLIBC_PORTS_TIMESTAMP := -$(call remove_quotes,$(PTXCONF_GLIBC_PORTS_TIMESTAMP))
GLIBC_PORTS := glibc$(GLIBC_PORTS_VERSION)-ports$(GLIBC_PORTS_TIMESTAMP)
else