From: Florian Weimer Date: Tue, 15 Aug 2017 16:35:42 +0000 (+0200) Subject: gmon: Run tst-gmon-prof only for run-built-tests=yes X-Git-Tag: upstream/2.30~2834 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6b11a6ad714e7f2bb83556c77d2306e55a94ca54;p=platform%2Fupstream%2Fglibc.git gmon: Run tst-gmon-prof only for run-built-tests=yes --- diff --git a/ChangeLog b/ChangeLog index fdea6b60a2..a1fb5165c1 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-08-15 Florian Weimer + + * gmon/Makefile (tests-special): Add tst-gmon-prof only if + run-built-tests. + 2017-08-15 Florian Weimer Remove BROKEN_THREAD_SIGNALS support for LinuxThreads. diff --git a/gmon/Makefile b/gmon/Makefile index 947e6b5905..39f11acec2 100644 --- a/gmon/Makefile +++ b/gmon/Makefile @@ -42,7 +42,9 @@ CFLAGS-tst-gmon.c := -pg LDFLAGS-tst-gmon := $(no-pie-ldflag) CRT-tst-gmon := $(csu-objpfx)gcrt1.o tst-gmon-ENV := GMON_OUT_PREFIX=$(objpfx)tst-gmon.data +ifeq ($(run-built-tests),yes) tests-special += $(objpfx)tst-gmon-gprof.out +endif include ../Rules