CVSROOT: /cvs Module name: ports Changes by: [email protected] 2017/08/04 16:33:18
Modified files:
games/eduke32 : Makefile
Log message:
games/eduke32 tries to use ld.lld so that LTO works, but this fails on i386
(reloc problems: can't create dynamic relocation R_386_32 against local symbol
in readonly segment), so just disable LTO there instead.
