From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id BEC6D385801D; Tue, 2 Apr 2024 16:00:22 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org BEC6D385801D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1712073622; bh=+dY2hCT9oIDMOhKrvPmE7tCmUrwFrxIH5IQ+Q+ywivM=; h=From:To:Subject:Date:From; b=AshOgfBAVJ46DhhPpm7ooFhYIFqB4bQL16Kbt3fI4Vffp5qpXLAadL6pIsbcZjAmQ pm5+qyAeuaBzb3Qe1OybD+XVt6liTDJtAlbWDYyyqa0mYMPGu/DChs40azJULMw8VI /D7OpX5ppaX6+26L8S/D5U8nacVkKZUHbuo4iX9k= Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Adhemerval Zanella To: glibc-cvs@sourceware.org Subject: [glibc/azanella/clang] gmon: Remove ununsed LDFLAGS-tst-profile-stati X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/azanella/clang X-Git-Oldrev: c7ab9782fa3bd7b0cc2f85a49e761f1783e9add1 X-Git-Newrev: 085ecd3d9bdbce8954b650f005f966522ba4662d Message-Id: <20240402160022.BEC6D385801D@sourceware.org> Date: Tue, 2 Apr 2024 16:00:22 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=085ecd3d9bdbce8954b650f005f966522ba4662d commit 085ecd3d9bdbce8954b650f005f966522ba4662d Author: Adhemerval Zanella 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