Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 379367 - sys-devel/gcc: Remove cld workaround from toolchain.eclass
Summary: sys-devel/gcc: Remove cld workaround from toolchain.eclass
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: Normal enhancement
Assignee: Gentoo Toolchain Maintainers
URL: http://archives.gentoo.org/gentoo-dev...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-08-16 10:51 UTC by Alessandro Guido
Modified: 2011-08-22 02:19 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alessandro Guido 2011-08-16 10:51:09 UTC
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