diff options
author | Sam James <sam@gentoo.org> | 2024-11-11 19:09:29 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-11-11 19:27:57 +0000 |
commit | a0767621299b316a2e451a890e82c4672abd3891 (patch) | |
tree | 7b38771deb50853dd078cbae2ba876b19a094914 /eclass | |
parent | x11-libs/pango: drop 1.51.0 (diff) | |
download | gentoo-a0767621299b316a2e451a890e82c4672abd3891.tar.gz gentoo-a0767621299b316a2e451a890e82c4672abd3891.tar.bz2 gentoo-a0767621299b316a2e451a890e82c4672abd3891.zip |
toolchain.eclass: add comment explaining --with-newlib
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/toolchain.eclass | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/eclass/toolchain.eclass b/eclass/toolchain.eclass index 573471351dd1..c900e2051cd1 100644 --- a/eclass/toolchain.eclass +++ b/eclass/toolchain.eclass @@ -1252,7 +1252,10 @@ toolchain_src_configure() { # ;; # esac - ### Cross-compiler options + ### Cross-compiler option + # + # Note that 'newlib' here doesn't have to mean genuine newlib. + # See https://gcc.gnu.org/pipermail/gcc/2014-January/211653.html. if is_crosscompile ; then # Enable build warnings by default with cross-compilers when system # paths are included (e.g. via -I flags). |