Hi,
Also as per the guide I could do
$ ./build.sh -U -u -j2 -O ~/obj -m evbarm -a aarch64 release
or in my case
$ ./build.sh -U -u -O ./obj -m i386 -a <somearch> release
but I can't find what exactly to use instead of "<somearch>".
Like, how do I build for 386, 486, Pentium, etc?
-- Mark Ter Morshuizen