public inbox for glibc-cvs@sourceware.org
help / color / mirror / Atom feed
* [glibc/azanella/clang] gmon: Remove ununsed LDFLAGS-tst-profile-stati
@ 2024-04-17 20:14 Adhemerval Zanella
  0 siblings, 0 replies; 6+ messages in thread
From: Adhemerval Zanella @ 2024-04-17 20:14 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8c370341425a2459e9dd186a8b2185f55b347cb9

commit 8c370341425a2459e9dd186a8b2185f55b347cb9
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Dec 20 14:00:29 2023 -0300

    gmon: Remove ununsed LDFLAGS-tst-profile-stati

Diff:
---
 gmon/Makefile | 6 ++----
 1 file 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [glibc/azanella/clang] gmon: Remove ununsed LDFLAGS-tst-profile-stati
@ 2024-04-02 16:00 Adhemerval Zanella
  0 siblings, 0 replies; 6+ messages in thread
From: Adhemerval Zanella @ 2024-04-02 16:00 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=085ecd3d9bdbce8954b650f005f966522ba4662d

commit 085ecd3d9bdbce8954b650f005f966522ba4662d
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Dec 20 14:00:29 2023 -0300

    gmon: Remove ununsed LDFLAGS-tst-profile-stati

Diff:
---
 gmon/Makefile | 6 ++----
 1 file 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [glibc/azanella/clang] gmon: Remove ununsed LDFLAGS-tst-profile-stati
@ 2024-02-09 17:38 Adhemerval Zanella
  0 siblings, 0 replies; 6+ messages in thread
From: Adhemerval Zanella @ 2024-02-09 17:38 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7bbd68d08a4e3180925d899f19507a9d37c833c6

commit 7bbd68d08a4e3180925d899f19507a9d37c833c6
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Dec 20 14:00:29 2023 -0300

    gmon: Remove ununsed LDFLAGS-tst-profile-stati

Diff:
---
 gmon/Makefile | 2 --
 1 file changed, 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [glibc/azanella/clang] gmon: Remove ununsed LDFLAGS-tst-profile-stati
@ 2024-02-07 14:13 Adhemerval Zanella
  0 siblings, 0 replies; 6+ messages in thread
From: Adhemerval Zanella @ 2024-02-07 14:13 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b34240b2faf60323342b8c8a5f065eab13b1da77

commit b34240b2faf60323342b8c8a5f065eab13b1da77
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Dec 20 14:00:29 2023 -0300

    gmon: Remove ununsed LDFLAGS-tst-profile-stati

Diff:
---
 gmon/Makefile | 2 --
 1 file changed, 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [glibc/azanella/clang] gmon: Remove ununsed LDFLAGS-tst-profile-stati
@ 2024-01-29 18:04 Adhemerval Zanella
  0 siblings, 0 replies; 6+ messages in thread
From: Adhemerval Zanella @ 2024-01-29 18:04 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=27267632a611f3a7b730fb809f6f320c42509197

commit 27267632a611f3a7b730fb809f6f320c42509197
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Dec 20 14:00:29 2023 -0300

    gmon: Remove ununsed LDFLAGS-tst-profile-stati

Diff:
---
 gmon/Makefile | 2 --
 1 file changed, 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

* [glibc/azanella/clang] gmon: Remove ununsed LDFLAGS-tst-profile-stati
@ 2023-12-21 19:00 Adhemerval Zanella
  0 siblings, 0 replies; 6+ messages in thread
From: Adhemerval Zanella @ 2023-12-21 19:00 UTC (permalink / raw)
  To: glibc-cvs

https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9526a6c7e2592cef4bb0570c0e14a68b7d7c121c

commit 9526a6c7e2592cef4bb0570c0e14a68b7d7c121c
Author: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Date:   Wed Dec 20 14:00:29 2023 -0300

    gmon: Remove ununsed LDFLAGS-tst-profile-stati

Diff:
---
 gmon/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gmon/Makefile b/gmon/Makefile
index 213622a7ad..d52c2d20f6 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

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2024-04-17 20:14 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-17 20:14 [glibc/azanella/clang] gmon: Remove ununsed LDFLAGS-tst-profile-stati Adhemerval Zanella
  -- strict thread matches above, loose matches on Subject: below --
2024-04-02 16:00 Adhemerval Zanella
2024-02-09 17:38 Adhemerval Zanella
2024-02-07 14:13 Adhemerval Zanella
2024-01-29 18:04 Adhemerval Zanella
2023-12-21 19:00 Adhemerval Zanella

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).