Re: [PATCH] config.sub: Handle arbitrary MIPS CPU names

2023-08-01 Thread Dmitry V. Levin
On Mon, Jul 31, 2023 at 11:00:55AM +0100, Maciej W. Rozycki wrote: > GNU binutils support the selection of the default MIPS subtarget via the > configuration triplet, e.g. `mips64octeon+el-unknown-linux-gnu' builds a > Linux/GNU 64-bit MIPS (n32 ABI) little-endian configuration with the CPU > set

[PATCH] config.sub: Handle arbitrary MIPS CPU names

2023-07-31 Thread Maciej W. Rozycki
GNU binutils support the selection of the default MIPS subtarget via the configuration triplet, e.g. `mips64octeon+el-unknown-linux-gnu' builds a Linux/GNU 64-bit MIPS (n32 ABI) little-endian configuration with the CPU set to Octeon+ by default. However `config.sub' rejects such a triplet and i