From 11dd4af68c0ed12a96c7434b812108627c44d407 Mon Sep 17 00:00:00 2001 From: "H.J. Lu" Date: Wed, 10 Oct 2012 07:47:59 -0700 Subject: Framework to test IFUNC implementations on target --- Rules | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Rules') 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 -- cgit v1.2.3