summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-11-11 19:09:29 +0000
committerSam James <sam@gentoo.org>2024-11-11 19:27:57 +0000
commita0767621299b316a2e451a890e82c4672abd3891 (patch)
tree7b38771deb50853dd078cbae2ba876b19a094914 /eclass
parentx11-libs/pango: drop 1.51.0 (diff)
downloadgentoo-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.eclass5
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).