commit:     23106e86cfa81b36b5bb9c8cdf6189bd79fc6575
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep  7 09:38:29 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> 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 <slyfox <AT> 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)

Reply via email to