From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id B4CE53858427; Wed, 7 Feb 2024 14:13:59 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org B4CE53858427 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1707315239; bh=q1tloiNP95EAPoeQerylt1msydOePEZbAvhjq7qkopA=; h=From:To:Subject:Date:From; b=YPXx7Qxl7kdXvVJDjj5lz+Rnhrfbv/ncZ2sAxBgC9pV7iNDcGrlDJWpYguxWb41I2 fY+5Pr5xlEGoaL1VVg/VP6XRewMi/RBIo3ghxjejET3xWmrswkoA7iBG2fgHJHLTC1 UV2zCqPKmiqqlR9B/8QK4ZYwVgW3ltdkc9Vey0KA= 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: 67722207ece36642860eff68481793ea963b5cd5 X-Git-Newrev: b34240b2faf60323342b8c8a5f065eab13b1da77 Message-Id: <20240207141359.B4CE53858427@sourceware.org> Date: Wed, 7 Feb 2024 14:13:59 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=b34240b2faf60323342b8c8a5f065eab13b1da77 commit b34240b2faf60323342b8c8a5f065eab13b1da77 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