mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 04:50:07 +00:00
gmon: Run tst-gmon-prof only for run-built-tests=yes
This commit is contained in:
parent
bbf5c4388a
commit
6b11a6ad71
@ -1,3 +1,8 @@
|
|||||||
|
2017-08-15 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
|
* gmon/Makefile (tests-special): Add tst-gmon-prof only if
|
||||||
|
run-built-tests.
|
||||||
|
|
||||||
2017-08-15 Florian Weimer <fweimer@redhat.com>
|
2017-08-15 Florian Weimer <fweimer@redhat.com>
|
||||||
|
|
||||||
Remove BROKEN_THREAD_SIGNALS support for LinuxThreads.
|
Remove BROKEN_THREAD_SIGNALS support for LinuxThreads.
|
||||||
|
@ -42,7 +42,9 @@ CFLAGS-tst-gmon.c := -pg
|
|||||||
LDFLAGS-tst-gmon := $(no-pie-ldflag)
|
LDFLAGS-tst-gmon := $(no-pie-ldflag)
|
||||||
CRT-tst-gmon := $(csu-objpfx)gcrt1.o
|
CRT-tst-gmon := $(csu-objpfx)gcrt1.o
|
||||||
tst-gmon-ENV := GMON_OUT_PREFIX=$(objpfx)tst-gmon.data
|
tst-gmon-ENV := GMON_OUT_PREFIX=$(objpfx)tst-gmon.data
|
||||||
|
ifeq ($(run-built-tests),yes)
|
||||||
tests-special += $(objpfx)tst-gmon-gprof.out
|
tests-special += $(objpfx)tst-gmon-gprof.out
|
||||||
|
endif
|
||||||
|
|
||||||
include ../Rules
|
include ../Rules
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user