From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 466B3385841D; Wed, 17 Apr 2024 20:14:12 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 466B3385841D DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1713384852; bh=+fdEW1dnx3p2Ob3scl4Zl6usa3gpqzL+bFEr6KJij3E=; h=From:To:Subject:Date:From; b=xLHpHD4Bn49jAr3B0BX67V+b4jgpRQtINYaLlUmR6BMKLs+9WLVCaxure/hXxwdow Da/xzfGUVI0OHjv2jLLOzIpSNyEOCBywRK2xUtDj/6Px02ksSIm54UtD9Cd7ehUcnY QlUfPjyjtUtxoYDjhG5G+09OBkDeLzOLgXYE3Mr8= 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: 8beedb84fede61ed8ad4554bc5de37ee5f13c2e5 X-Git-Newrev: 8c370341425a2459e9dd186a8b2185f55b347cb9 Message-Id: <20240417201412.466B3385841D@sourceware.org> Date: Wed, 17 Apr 2024 20:14:12 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=8c370341425a2459e9dd186a8b2185f55b347cb9 commit 8c370341425a2459e9dd186a8b2185f55b347cb9 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