Re: mips randconfig builds?
"Maciej W. Rozycki" <[email protected]>
| Newsgroups | org.kernel.vger.linux-mips |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 5 Aug 2026, Randy Dunlap wrote: > I do lots of randconfig builds but I don't have a reliable way to > specify mips 32BIT or mips 64BIT builds. How is the MIPS port different from other dual-wordsize ones, such as RISC-V? Can you just grep .config resulting for 32BIT/64BIT and assign the build accordingly? One target toolchain will handle both, so there is no need to know that in advance of `make randconfig' invocation (one advantage of not linking libgcc.a or any other target libraries is there's no need for multilibs). Maciej