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 <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent 32022fd commit 47f6bc4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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)