aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2019-09-07 10:38:29 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2019-09-07 10:38:29 +0100
commit23106e86cfa81b36b5bb9c8cdf6189bd79fc6575 (patch)
tree9d7d3456caf785fe375f041f3cb5d4818f4081b9
parentMakefile: install README (diff)
downloadgcc-config-23106e86.tar.gz
gcc-config-23106e86.tar.bz2
gcc-config-23106e86.zip
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@gentoo.org>
-rw-r--r--Makefile4
1 files changed, 0 insertions, 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)