summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2018-02-12 17:13:14 +0100
committerTobias Klauser <tklauser@distanz.ch>2018-02-12 17:13:14 +0100
commit2994da82694a0da977a23f7dfa68cdd1e96507ac (patch)
tree047ae2b13ca40441d282aab70f319e5f4ba8aae2 /Makefile
parent21b5fc75be0a5a791622a57c2b827237a9654c39 (diff)
make: remove CROSS_COMPILE variable
As a side effect of commit 21b5fc75be0a ("Makefile: assign CC conditionally") which came in via PR #24, the CROSS_COMPILE make variable is no longer taken into account because CC is always defined by make itself. Instead of working around this with dirty hacks, just suggest setting CC to the corresponding cross-compiler. Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1d73fe9..dea9bb3 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@ Q_OBJS = util.o llmnr-query.o
Q_LIBS =
Q_MAN = $(Q_P).1
-CC ?= $(CROSS_COMPILE)gcc
+CC ?= gcc
INSTALL = install
GZIP = gzip -9 -c