mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
fc31dd7209
current sources .obj coff-i386 format cannot be changed into .o elf32-i386 by any of our native tools. Only the devel/mingw32-binutils port can handle coff-i386 but it cannot generate .elf32-i386. Even using a middle way format (coff-i386 -> srec -> elf32-i386) does not help: the .o still do not link correctly.