diff options
author | Ulrich Drepper <drepper@gmail.com> | 2011-01-18 12:30:07 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2011-01-18 12:30:07 -0500 |
commit | 5d5732b0dc815675130db6882499602fd41dc9cc (patch) | |
tree | b7766f31d7734d5b11e17e095687d2d34f46aca8 /elf | |
parent | 6392473fe970b0cdace62f31000a83ba0fcf6161 (diff) | |
download | glibc-5d5732b0dc815675130db6882499602fd41dc9cc.zip glibc-5d5732b0dc815675130db6882499602fd41dc9cc.tar.gz glibc-5d5732b0dc815675130db6882499602fd41dc9cc.tar.bz2 |
Run IFUNC tests unless no support build in at all.
Diffstat (limited to 'elf')
-rw-r--r-- | elf/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/Makefile b/elf/Makefile index 2d2d568..3c79fcf 100644 --- a/elf/Makefile +++ b/elf/Makefile @@ -1,4 +1,4 @@ -# Copyright (C) 1995-2007,2008,2009,2010 Free Software Foundation, Inc. +# Copyright (C) 1995-2007,2008,2009,2010,2011 Free Software Foundation, Inc. # This file is part of the GNU C Library. # The GNU C Library is free software; you can redistribute it and/or @@ -274,7 +274,7 @@ test-extras += $(modules-names) # filtmod1.so has a special rule modules-names-nobuild := filtmod1 -ifeq (yes,$(multi-arch)) +ifneq (no,$(multi-arch)) tests-static += ifuncmain1static ifuncmain1picstatic \ ifuncmain2static ifuncmain2picstatic \ ifuncmain4static ifuncmain4picstatic \ |