[PATCH] Accept $cpu-$vendor-none-{coff,elf}

2023-07-04 Thread John Ericson
These are not real OSes, they are object file formats. There is a longstanding tradition of using them for embedded/freestanding programming, so it makes sense to parse them with `kernel=none`. (I have a WIP future patch that systematizes parsing these non-OSes a bit more. That also opens the door

Re: [PATCH] config.sub: Accept LLVM-style `$cpu-$vendor-windows-{gnu, mingw}`

2023-07-04 Thread John Ericson
Thank you very much Dmitry, and apologies for the duplicate emails. I seem to always forget I am subscribed with list@... not git@... :). Cheers, John On 7/3/23 15:50, Dmitry V. Levin wrote: On Mon, Jun 26, 2023 at 07:56:57PM -0400, John Ericson wrote: In older times, MinGW (GCC toolchain wi