David Hubbard wrote:
My locally modified util/crossgcc/Makefile does not do armv7, but instead:
bash ./buildgcc -j $(shell awk '/^processor/{n=n+1}END{print n+1}' /proc/cpuinfo) -p i386-elf
This is great on Linux but unfortunately not portable.
Who is the maintainer of the build system?
Nobody really. Everybody generally works wherever and complaints are dealt with (or not) lazily rather than proactively.
//Peter