CVSROOT:        /cvs
Module name:    ports
Changes by:     gkoeh...@cvs.openbsd.org        2021/08/24 12:13:19

Modified files:
        lang/gcc/11    : Makefile 
        lang/gcc/8     : Makefile 

Log message:
Unbreak lang/gcc/11 on powerpc with USE_LLD = No

It broke when ld.lld became the default powerpc linker.  USE_LLD = No
is the same workaround as in gcc 8.  Add a comment to both 8 and 11,

# powerpc lld can't link C++ code from gcc, "ld: error: relocation
# refers to a discarded section:" .data.rel.ro.* or
# .sdata.DW.ref.__gxx_personality_v0
USE_LLD = No

ok pascal@ (maintainer)

Reply via email to