From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 7CC653858407; Fri, 9 Feb 2024 17:38:46 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 7CC653858407 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707500326; bh=LHmLDxvMuTlxGA5D0xja+uZhPOHPFjD2DOZaGZqh9YI=; h=From:To:Subject:Date:From; b=MKHuVPaqbzLvKALEdIEpsbQcSZ32tzeiESURUqY5TIQdmJ/nD9Uh+aRVzuVvNXrzP T+Jx+4jiSaz7uvjM0I+Dm8GE0naILYb9+Cmhw5ma5luw/XOe+//FTeM4fYLI+9Ckb2 iaxX/G0XWexIFUEDGbkaceh6SqQCk5NRWevSajL8= 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: 9920e9108949d8031a61369a4623fa359ee13925 X-Git-Newrev: 7bbd68d08a4e3180925d899f19507a9d37c833c6 Message-Id: <20240209173846.7CC653858407@sourceware.org> Date: Fri, 9 Feb 2024 17:38:46 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=7bbd68d08a4e3180925d899f19507a9d37c833c6 commit 7bbd68d08a4e3180925d899f19507a9d37c833c6 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