about summary refs log tree commit diff
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-04-17 16:12:41 -0300
commit8c370341425a2459e9dd186a8b2185f55b347cb9 (patch)
treedf13186af4018fa21fdac48bc3c2eeaa489eb351
parent8beedb84fede61ed8ad4554bc5de37ee5f13c2e5 (diff)
downloadglibc-8c370341425a2459e9dd186a8b2185f55b347cb9.tar.gz
glibc-8c370341425a2459e9dd186a8b2185f55b347cb9.tar.xz
glibc-8c370341425a2459e9dd186a8b2185f55b347cb9.zip
gmon: Remove ununsed LDFLAGS-tst-profile-stati
-rw-r--r--gmon/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/gmon/Makefile b/gmon/Makefile
index db19c205d1..f44e7060a9 100644
--- a/gmon/Makefile
+++ b/gmon/Makefile
@@ -43,10 +43,8 @@ tests = \
   tst-sprofil \
   # tests
 ifeq ($(build-profile),yes)
-tests += tst-profile-static
-tests-static += tst-profile-static
-
-LDFLAGS-tst-profile-static = -profile
+tests	+= tst-profile-static
+tests-static	+= tst-profile-static
 endif
 
 tests += tst-gmon-static