From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 03B9E3858C2D; Mon, 29 Jan 2024 18:04:25 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 03B9E3858C2D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1706551466; bh=FsWFoaLmG0p87mSN9XuR1FIYAy7gy1m6cyhOfBjzsQ4=; h=From:To:Subject:Date:From; b=xErClSVuSMJQ1IsneiA4HqwC6+eAdonaVcs4JfpalD6hlsYORqoOmtRnvrVhOwiFH Q/1qoTdVx0yvJZX5r5ykMYqauHWqUDvEw6BpI4qfBYv9FAwAPls3dO1wvf0OIKPfxP S/k/ITgjoi7oCxyWytPu/Qxer+6NBxR89JnoJ0Js= 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: c1ac467a9c8da6125122a9945fe7b7892cead826 X-Git-Newrev: 27267632a611f3a7b730fb809f6f320c42509197 Message-Id: <20240129180426.03B9E3858C2D@sourceware.org> Date: Mon, 29 Jan 2024 18:04:25 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=27267632a611f3a7b730fb809f6f320c42509197 commit 27267632a611f3a7b730fb809f6f320c42509197 Author: Adhemerval Zanella 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