diff options
author | 2022-10-08 23:21:55 +0100 | |
---|---|---|
committer | 2022-10-09 00:09:05 +0100 | |
commit | ae38a70deb773b4a2fab11a5016b467d90908ad3 (patch) | |
tree | 9ed84343565bf80f955995756b470e26b507052f /eclass/toolchain.eclass | |
parent | net-im/element-desktop-bin: update SRC_URI, add files to QA_PREBUILT (diff) | |
download | gentoo-ae38a70deb773b4a2fab11a5016b467d90908ad3.tar.gz gentoo-ae38a70deb773b4a2fab11a5016b467d90908ad3.tar.bz2 gentoo-ae38a70deb773b4a2fab11a5016b467d90908ad3.zip |
toolchain.eclass: mention 17.1 profiles explicitly in comment
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass/toolchain.eclass')
-rw-r--r-- | eclass/toolchain.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 62977f16309f..57c42981cb83 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -861,7 +861,7 @@ make_gcc_hard() { # Most other distros use the logic (including mainline gcc): # lib - 32bit binaries (x86) # lib64 - 64bit binaries (x86_64) -# Over time, Gentoo is migrating to the latter form. +# Over time, Gentoo is migrating to the latter form (17.1 profiles). # # Unfortunately, due to distros picking the lib32 behavior, newer gcc # versions will dynamically detect whether to use lib or lib32 for its |