Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gcc-config:master commit in: /
Date: Sat, 07 Sep 2019 09:39:15
Message-Id: 1567849109.23106e86cfa81b36b5bb9c8cdf6189bd79fc6575.slyfox@gentoo
1 commit: 23106e86cfa81b36b5bb9c8cdf6189bd79fc6575
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 7 09:38:29 2019 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 7 09:38:29 2019 +0000
6 URL: https://gitweb.gentoo.org/proj/gcc-config.git/commit/?id=23106e86
7
8 Makefile: drop C*FLAGS from Makefile as gcc-wrapper is no more
9
10 gcc-config doec not contain C code nowadays.
11
12 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
13
14 Makefile | 4 ----
15 1 file changed, 4 deletions(-)
16
17 diff --git a/Makefile b/Makefile
18 index b6d694c..2b3b235 100644
19 --- a/Makefile
20 +++ b/Makefile
21 @@ -1,9 +1,5 @@
22 EPREFIX ?=
23
24 -CFLAGS ?= -O2 -g
25 -CFLAGS += -Wall -Wextra
26 -CPPFLAGS += '-DEPREFIX="$(EPREFIX)"'
27 -
28 PN = gcc-config
29 PV = git
30 P = $(PN)-$(PV)