Autoconf/automake scripts
BERTRAND Joël
joel.bertrand+binutils@systella.fr
Fri Feb 13 13:18:45 GMT 2026
Jan Beulich a écrit :
>
> Well, without you telling us what changes you have made to gas/configure.tgt,
> how should we help? And without you having made changes there, I can't see
> how --target=m6809 would be recognized there.
>
> Jan
>
I only add m6809 in :
case ${cpu_type} in
aarch64 | alpha | arm | csky | i386 | ia64 | kvx | microblaze | mips |
ns32k | \
or1k | or1knd | pdp11 | ppc | riscv | sh | sparc | z80 | z8k |
loongarch | \
m6809)
bfd_gas=yes
;;
esac
(line 451).
I have tried to add
m6809-*-*) fmt=elf ;;
at line 294 and it runs better.
Regards,
JB
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: OpenPGP digital signature
URL: <https://sourceware.org/pipermail/binutils/attachments/20260213/d77a71a8/attachment.sig>
More information about the Binutils
mailing list