https://gcc.gnu.org/bugzilla/show_bug.cgi?id=68181
Andris Pavenis <andris.pavenis at iki dot fi> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |andris.pavenis at iki dot fi --- Comment #1 from Andris Pavenis <andris.pavenis at iki dot fi> --- Linker script djgpp.djl have not been used any more for DJGPP port for very long time. The problem is that DJGPP related changes have not been git into official GCC sources. Current version of djgpp.h and other related DJGPP files are rather different from official ones. Built cross-compiler from trunk version today (Centos 6 x86_64). Currently native DJGPP build is ongoing. Most configuration changes do not touch other stuff except avoiding using LINK_COMMAND_SPEC. I defined additional POST_LINK_SPEC in gcc/gcc.c and that could be a problem in current time. So I need finally try to get changes into GCC sources (at least part of them)