Skip to content

Commit 47f6bc4

Browse files
bmastbergenborkmann
authored andcommitted
tools, bpf: Do not force gcc as CC
This allows transparent cross-compilation with CROSS_COMPILE by relying on 7ed1c19 ("tools: fix cross-compile var clobbering"). Same change was applied to tools/bpf/bpftool/Makefile in 9e88b93 ("tools: bpftool: do not force gcc as CC"). Signed-off-by: Brett Mastbergen <brett.mastbergen@gmail.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net> Link: https://lore.kernel.org/bpf/20200609213506.3299-1-brett.mastbergen@gmail.com
1 parent 32022fd commit 47f6bc4

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tools/bpf/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ include ../scripts/Makefile.include
33

44
prefix ?= /usr/local
55

6-
CC = gcc
76
LEX = flex
87
YACC = bison
98
MAKE = make

0 commit comments

Comments
 (0)