]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Run IFUNC tests unless no support build in at all.
authorUlrich Drepper <drepper@gmail.com>
Tue, 18 Jan 2011 17:30:07 +0000 (12:30 -0500)
committerUlrich Drepper <drepper@gmail.com>
Tue, 18 Jan 2011 17:30:07 +0000 (12:30 -0500)
ChangeLog
elf/Makefile

index f551860220b704b2a5050213640f3d0bcd92cca6..40b02db667ae835daf49dd09d0564f93abf38625 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-01-18  Ulrich Drepper  <drepper@gmail.com>
+
+       * elf/Makefile: Build IFUNC tests unless multi-arch = no.
+
 2011-01-17  Ulrich Drepper  <drepper@gmail.com>
 
        * version.h (RELEASE): Bump for 2.13 release.
index 2d2d56801354bb189260810cf06fd2feb4a16d1d..3c79fcfeeeedd976faf562710872dede417e304c 100644 (file)
@@ -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 \