From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1791) id 29F87386F427; Thu, 21 Dec 2023 19:00:52 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 29F87386F427 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1703185252; bh=EtG5hVmv0NgzRy0OrBD+DYMfJ67/IkEDT151sbyTHRA=; h=From:To:Subject:Date:From; b=mM5YY7aezDsUfN2HcOhFJMEnPlepVKSIM3+JarctSXVdDEbVsfODth2/rj7UoGmFy qR63eXoay6JK33NgN7ZIEMtlq70knEin+HTK8j3LQtzQqL3YjCyOs+LgbFV4REQq4t lsCKkxn6th1gtKNGz3IqaEFrN/5BBq4nEUwUsJXo= 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: e8f7029902f2b98931db14607540be672b87fe5c X-Git-Newrev: 9526a6c7e2592cef4bb0570c0e14a68b7d7c121c Message-Id: <20231221190052.29F87386F427@sourceware.org> Date: Thu, 21 Dec 2023 19:00:52 +0000 (GMT) List-Id: https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=9526a6c7e2592cef4bb0570c0e14a68b7d7c121c commit 9526a6c7e2592cef4bb0570c0e14a68b7d7c121c 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 213622a7ad..d52c2d20f6 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