# compile csu/gcrt0.o
/home/lloyd/NetBSD/tooldir/bin/sparc--netbsdelf-gcc --sysroot=/home/lloyd/NetBSD/destdir -DELFSIZE=32 -I/home/lloyd/NetBSD/src/lib/csu/arch/sparc -I/home/lloyd/NetBSD/src/lib/csu/common -I. -x assembler-with-cpp -c /home/lloyd/NetBSD/src/lib/csu/arch/sparc/crt0.S -o gcrt0.o.S.o
/home/lloyd/NetBSD/tooldir/bin/sparc--netbsdelf-gcc -O2 -std=gnu99 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-sign-compare -Wsystem-headers -Wno-traditional -Wa,--fatal-warnings -Wreturn-type -Wswitch-Wshadow -Wcast-qual -Wwrite-strings -Wextra -Wno-unused-parameter -Wno-sign-compare -Wold-style-definition -Wsign-compare -Wformat=2 -Wno-format-zero-length -Werror --sysroot=/home/lloyd/NetBSD/destdir -DELFSIZE=32 -I/home/lloyd/NetBSD/src/lib/csu/arch/sparc -I/home/lloyd/NetBSD/src/lib/csu/common -I. -c -fPIC -DMCRT0 /home/lloyd/NetBSD/src/lib/csu/common/crt0-common.c -o gcrt0.o.c.o
/home/lloyd/NetBSD/src/lib/csu/common/crt0-common.c:150:10: fatal error: machine/elf_support.h: No such file or directory
150 | #include <machine/elf_support.h>
| ^~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
*** Failed target: gcrt0.o
...
┌──(lloyd@ceph4)-[~/NetBSD/src]
└─$ find . -name elf_support.h
./sys/arch/sparc/include/elf_support.h
./sys/arch/sparc64/include/elf_support.h