summaryrefslogtreecommitdiffstats
path: root/rules/tiobench.make
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2015-05-17 18:50:58 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2015-05-26 07:21:44 +0200
commit4364650c4fd93705704c7c0e9549ae7a3c80a290 (patch)
tree42b72bc53d710e7eaec1ad6dbb0701252105d98a /rules/tiobench.make
parent47975117eca19f8c3ab5f565b3b8c10b91e0f943 (diff)
downloadptxdist-4364650c4fd93705704c7c0e9549ae7a3c80a290.tar.gz
ptxdist-4364650c4fd93705704c7c0e9549ae7a3c80a290.tar.xz
tiobench: cleanup
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'rules/tiobench.make')
-rw-r--r--rules/tiobench.make21
1 files changed, 4 insertions, 17 deletions
diff --git a/rules/tiobench.make b/rules/tiobench.make
index 65f301e4e..ab73a2576 100644
--- a/rules/tiobench.make
+++ b/rules/tiobench.make
@@ -28,23 +28,10 @@ TIOBENCH_DIR := $(BUILDDIR)/$(TIOBENCH)
# Prepare
# ----------------------------------------------------------------------------
-TIOBENCH_PATH := PATH=$(CROSS_PATH)
-TIOBENCH_ENV := $(CROSS_ENV)
-
-$(STATEDIR)/tiobench.prepare:
- @$(call targetinfo)
- @$(call touch)
-
-# ----------------------------------------------------------------------------
-# Compile
-# ----------------------------------------------------------------------------
-
-$(STATEDIR)/tiobench.compile:
- @$(call targetinfo)
- cd $(TIOBENCH_DIR) && $(TIOBENCH_PATH) $(MAKE) \
- CC=$(PTXCONF_GNU_TARGET)-gcc LINK=$(PTXCONF_GNU_TARGET)-gcc \
- $(PARALLELMFLAGS)
- @$(call touch)
+TIOBENCH_ENV_TOOL := NO
+TIOBENCH_MAKE_OPT := \
+ $(CROSS_ENV_CC) \
+ LINK=$(CROSS_CC)
# ----------------------------------------------------------------------------
# Install