Hi, I have noticed LINK_SPEC is empty on x86_64-pc-elf and i[3456]86-pc-elf targets. Lack of LINK_SPEC means -m16/-m32/-mx32/-m64 are not converted to correct linker emulation mode. Is it expected behaviour?
If it's not, where would be the best place to define LINK_SPEC? Is it okay to do that in gcc/config/i386/i386elf.h? Thanks, Roman