[PATCH] gas: z80: allow -c option for compatibility

Aaron Griffith aargri@gmail.com
Tue Jul 1 04:18:45 GMT 2025


On Jun 26, 2025, Andreas Schwab wrote:
> [..] The correct fix is to tell cmake to use the
> compiler driver (z80-elf-cc) for compiling assembler sources.

Does this program exist? GCC has no Z80 support, and as far as I know there
is no way to build GCC as just a compiler driver for an unsupported system.
Is there something I'm missing? I would love to have a functioning driver
for Z80.

On Jun 26 2025, Zeal8bit wrote:
> I encountered an issue when making a CMake-based project that uses
`z80-elf-as` as the assembler.

You may have some luck by using `include(Platform/gas)` in your CMake
configuration. This file is old and undocumented, however, so mileage may
vary.

 -Aaron
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://sourceware.org/pipermail/binutils/attachments/20250701/c658dbfa/attachment.htm>


More information about the Binutils mailing list