summaryrefslogtreecommitdiff
path: root/Rules
diff options
context:
space:
mode:
authorH.J. Lu <hjl.tools@gmail.com>2012-10-10 07:47:59 -0700
committerH.J. Lu <hjl.tools@gmail.com>2012-10-11 16:40:01 -0700
commit11dd4af68c0ed12a96c7434b812108627c44d407 (patch)
tree4fa846359a1e48dead279703c9cc643cca202d6d /Rules
parent9a387d1f787f764474943294024b02258f14e80a (diff)
Framework to test IFUNC implementations on target
Diffstat (limited to 'Rules')
-rw-r--r--Rules5
1 files changed, 5 insertions, 0 deletions
diff --git a/Rules b/Rules
index 17d938e39c..5e33610e0c 100644
--- a/Rules
+++ b/Rules
@@ -84,6 +84,11 @@ common-generated += dummy.o dummy.c
# This makes all the auxiliary and test programs.
.PHONY: others tests
+ifeq ($(multi-arch),no)
+tests := $(filter-out $(tests-ifunc), $(tests))
+xtests := $(filter-out $(xtests-ifunc), $(xtests))
+endif
+
ifeq ($(build-programs),yes)
others: $(addprefix $(objpfx),$(others) $(sysdep-others) $(extra-objs))
else