diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2019-09-07 10:38:29 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2019-09-07 10:38:29 +0100 |
commit | 23106e86cfa81b36b5bb9c8cdf6189bd79fc6575 (patch) | |
tree | 9d7d3456caf785fe375f041f3cb5d4818f4081b9 | |
parent | Makefile: install README (diff) | |
download | gcc-config-23106e86cfa81b36b5bb9c8cdf6189bd79fc6575.tar.gz gcc-config-23106e86cfa81b36b5bb9c8cdf6189bd79fc6575.tar.bz2 gcc-config-23106e86cfa81b36b5bb9c8cdf6189bd79fc6575.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-- | Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -1,9 +1,5 @@ EPREFIX ?= -CFLAGS ?= -O2 -g -CFLAGS += -Wall -Wextra -CPPFLAGS += '-DEPREFIX="$(EPREFIX)"' - PN = gcc-config PV = git P = $(PN)-$(PV) |