aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>2023-12-20 14:00:29 -0300
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>2024-02-09 10:29:18 -0300
commit7bbd68d08a4e3180925d899f19507a9d37c833c6 (patch)
treed311c889ceaa56fe95368bdf0bf25d4d4384e98f
parent9920e9108949d8031a61369a4623fa359ee13925 (diff)
downloadglibc-7bbd68d08a4e3180925d899f19507a9d37c833c6.tar
glibc-7bbd68d08a4e3180925d899f19507a9d37c833c6.tar.gz
glibc-7bbd68d08a4e3180925d899f19507a9d37c833c6.tar.bz2
glibc-7bbd68d08a4e3180925d899f19507a9d37c833c6.zip
gmon: Remove ununsed LDFLAGS-tst-profile-stati
-rw-r--r--gmon/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/gmon/Makefile b/gmon/Makefile
index 4e1a4a309c..f26c8943b2 100644
--- a/gmon/Makefile
+++ b/gmon/Makefile
@@ -30,8 +30,6 @@ tests = tst-sprofil tst-gmon tst-mcount-overflow tst-mcleanup
ifeq ($(build-profile),yes)
tests += tst-profile-static
tests-static += tst-profile-static
-
-LDFLAGS-tst-profile-static = -profile
endif
tests += tst-gmon-static