3 Commits
Author SHA1 Message Date
Brad King 1f5c9a31f4 PellesC: Remove UTF-8 BOM from test .asm files
PellesC 9 does not like them.
2026-05-14 10:37:45 -04:00
Brad KingandSerguei E. Leontiev bc51518821 PellesC: Compile for architecture matching LIB environment variable
Issue: #21536
Co-authored-by: Serguei E. Leontiev <leo@sai.msu.ru>
2026-05-11 14:55:12 -04:00
Brad KingandSerguei E. Leontiev a95fae2d36 PellesC: Add support for ASM_POASM language assembler
The Pelles C compiler does not support ASM, and the `poasm` assembler
uses a distinct syntax.  Add a dedicated language as we do for similar
cases from other vendors.  Leave documentation commented out for now
because the PellesC toolchain support in general is not yet documented.

Fixes: #27758
Issue: #21536
Co-authored-by: Serguei E. Leontiev <leo@sai.msu.ru>
2026-04-22 14:42:00 -04:00