toolchain.eclass still has the cld workaround for this problem: http://lwn.net/Articles/272048/ # enable the cld workaround until we move things to stable. # by that point, the rest of the software out there should # have caught up. if tc_version_is_at_least "4.3" ; then if ! has ${ARCH} ${KEYWORDS} ; then confgcc="${confgcc} --enable-cld" fi fi I think it's pretty safe to remove now. Reproducible: Always
http://sources.gentoo.org/eclass/toolchain.eclass?r1=1.462&r2=1.463