On 2016-10-05 at 16:16 Dan Cross <[email protected]> wrote: > I don't think we need to do that; it's rather making the Makefiles > consistent with respect to accepting either x86_64 or x86: right now, > if I set ARCH=x86 to build the kernel and then 'cd > tools/apps/ipconfig' and run 'make' I get an error that ARCH must be > one of riscv or x86_64.
Ah, that's the tools/Makefrag, which is trying to detect your toolchain prefix. Easiest thing is to have it treat x86 as x86_64 there. -- You received this message because you are subscribed to the Google Groups "Akaros" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. For more options, visit https://groups.google.com/d/optout.
