https://gcc.gnu.org/bugzilla/show_bug.cgi?id=121259
Arsen Arsenović <arsen at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |arsen at gcc dot gnu.org --- Comment #7 from Arsen Arsenović <arsen at gcc dot gnu.org> --- in gcc/config.gcc: bpf-*-*) tm_file="elfos.h ${tm_file}" tmake_file="${tmake_file} bpf/t-bpf" use_collect2=no use_gcc_stdint=wrap extra_objs="btfext-out.o core-builtins.o" target_gtfiles="$target_gtfiles \$(srcdir)/config/bpf/btfext-out.cc \$(srcdir)/config/bpf/core-builtins.cc" ;; should that perhaps be use_gcc_stdint=provide ? is there a standard library that would be providing it for the GCC targets? (-ffreestanding works because it always skips the libc-provided stdint in favor of the wrapper)