bpf: correct extra_headers
The BPF CO-RE support (commit 8bdabb3754
)
mistakenly overwrote bpf-*-* extra_headers in config.gcc, causing
bpf-helpers.h to not be installed. The redefinition with coreout.h is
unneeded, so delete it.
gcc/ChangeLog:
* config.gcc (bpf-*-*): Do not overwrite extra_headers.
This commit is contained in:
parent
86304da55f
commit
a672a22582
@ -1531,7 +1531,6 @@ bpf-*-*)
|
||||
use_collect2=no
|
||||
extra_headers="bpf-helpers.h"
|
||||
use_gcc_stdint=provide
|
||||
extra_headers="coreout.h"
|
||||
extra_objs="coreout.o"
|
||||
target_gtfiles="$target_gtfiles \$(srcdir)/config/bpf/coreout.c"
|
||||
;;
|
||||
|
Loading…
Reference in New Issue
Block a user