commit:     6d18ca00e9b8cc2b0a6d931eff5ecd9802dc8b37
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 07:36:32 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 07:46:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d18ca00

toolchain.eclass: tidy up fixincludes comment

It's not particularly useful these days.

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/toolchain.eclass | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass
index 55db818f6233..6584e57fb0fd 100644
--- a/eclass/toolchain.eclass
+++ b/eclass/toolchain.eclass
@@ -2494,11 +2494,7 @@ toolchain_src_install() {
 
        if [[ ${GCC_RUN_FIXINCLUDES} == 0 ]] ; then
                # We remove the generated fixincludes, as they can cause things 
to break
-               # (ncurses, openssl, etc).  We do not prevent them from being 
built, as
-               # in the following commit which we revert:
-               # 
https://sources.gentoo.org/cgi-bin/viewvc.cgi/gentoo-x86/eclass/toolchain.eclass?r1=1.647&r2=1.648
-               # This is because bsd userland needs fixedincludes to build 
gcc, while
-               # linux does not.  Both can dispose of them afterwards.
+               # (ncurses, openssl, etc).
                while read x ; do
                        grep -q 'It has been auto-edited by fixincludes from' 
"${x}" \
                                && rm -f "${x}"

Reply via email to