Commit 47f6bc4c authored by Brett Mastbergen's avatar Brett Mastbergen Committed by Daniel Borkmann
Browse files

tools, bpf: Do not force gcc as CC



This allows transparent cross-compilation with CROSS_COMPILE by
relying on 7ed1c190 ("tools: fix cross-compile var clobbering").

Same change was applied to tools/bpf/bpftool/Makefile in
9e88b931 ("tools: bpftool: do not force gcc as CC").

Signed-off-by: default avatarBrett Mastbergen <brett.mastbergen@gmail.com>
Signed-off-by: default avatarDaniel Borkmann <daniel@iogearbox.net>
Link: https://lore.kernel.org/bpf/20200609213506.3299-1-brett.mastbergen@gmail.com
parent 32022fd9
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -3,7 +3,6 @@ include ../scripts/Makefile.include

prefix ?= /usr/local

CC = gcc
LEX = flex
YACC = bison
MAKE = make