mirror of
https://github.com/torvalds/linux.git
synced 2024-11-17 09:31:50 +00:00
tools, bpf: Do not force gcc as CC
This allows transparent cross-compilation with CROSS_COMPILE by relying on7ed1c1901f
("tools: fix cross-compile var clobbering"). Same change was applied to tools/bpf/bpftool/Makefile in9e88b9312a
("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
This commit is contained in:
parent
32022fd97e
commit
47f6bc4ce1
@ -3,7 +3,6 @@ include ../scripts/Makefile.include
|
||||
|
||||
prefix ?= /usr/local
|
||||
|
||||
CC = gcc
|
||||
LEX = flex
|
||||
YACC = bison
|
||||
MAKE = make
|
||||
|
Loading…
Reference in New Issue
Block a user