From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D345C138334 for ; Sat, 7 Sep 2019 09:39:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22D49E09EF; Sat, 7 Sep 2019 09:39:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 031DDE09EF for ; Sat, 7 Sep 2019 09:39:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 17E7834ADEB for ; Sat, 7 Sep 2019 09:39:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 56D6771A for ; Sat, 7 Sep 2019 09:39:12 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1567849109.23106e86cfa81b36b5bb9c8cdf6189bd79fc6575.slyfox@gentoo> Subject: [gentoo-commits] proj/gcc-config:master commit in: / X-VCS-Repository: proj/gcc-config X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 23106e86cfa81b36b5bb9c8cdf6189bd79fc6575 X-VCS-Branch: master Date: Sat, 7 Sep 2019 09:39:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6196a331-6516-4a83-881f-2a4fea03c35a X-Archives-Hash: e4dad7baa7f8b939972768652bbbc7d9 commit: 23106e86cfa81b36b5bb9c8cdf6189bd79fc6575 Author: Sergei Trofimovich gentoo org> AuthorDate: Sat Sep 7 09:38:29 2019 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Sat Sep 7 09:38:29 2019 +0000 URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=23106e86 Makefile: drop C*FLAGS from Makefile as gcc-wrapper is no more gcc-config doec not contain C code nowadays. Signed-off-by: Sergei Trofimovich gentoo.org> Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index b6d694c..2b3b235 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,5 @@ EPREFIX ?= -CFLAGS ?= -O2 -g -CFLAGS += -Wall -Wextra -CPPFLAGS += '-DEPREFIX="$(EPREFIX)"' - PN = gcc-config PV = git P = $(PN)-$(PV)