diff options
author | H.J. Lu <hjl.tools@gmail.com> | 2012-10-10 07:47:59 -0700 |
---|---|---|
committer | H.J. Lu <hjl.tools@gmail.com> | 2012-10-11 16:40:01 -0700 |
commit | 11dd4af68c0ed12a96c7434b812108627c44d407 (patch) | |
tree | 4fa846359a1e48dead279703c9cc643cca202d6d /Rules | |
parent | 9a387d1f787f764474943294024b02258f14e80a (diff) | |
download | glibc-11dd4af68c0ed12a96c7434b812108627c44d407.tar.gz glibc-11dd4af68c0ed12a96c7434b812108627c44d407.tar.xz glibc-11dd4af68c0ed12a96c7434b812108627c44d407.zip |
Framework to test IFUNC implementations on target
Diffstat (limited to 'Rules')
-rw-r--r-- | Rules | 5 |
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 |