Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2022-12-14 05:12:02 +0300
committerMike Frysinger <vapier@gentoo.org>2022-12-20 03:07:38 +0300
commit2dfc4a9e973dd6c74b61b1f25630080de23580dd (patch)
treecc0732b25a316d2750fbbd6f137e4acfc6b4912d /libgloss/doc
parent6668403d2da566e5f269e20c428a2e813dc00eba (diff)
libgloss: drop unused multi-build logic
Now that aarch64 & arm have migrated off this, we can punt it.
Diffstat (limited to 'libgloss/doc')
-rw-r--r--libgloss/doc/porting.texi4
1 files changed, 1 insertions, 3 deletions
diff --git a/libgloss/doc/porting.texi b/libgloss/doc/porting.texi
index 496fae352..15f214d02 100644
--- a/libgloss/doc/porting.texi
+++ b/libgloss/doc/porting.texi
@@ -398,9 +398,7 @@ any target that has migrated to @value{automake}.
Libgloss automatically builds itself for all multilib configurations that the
active toolchain supports. This logic is provided by common code from the
-combined toolchain source tree. This should @strong{not} be confused with the
-Libgloss-specific @file{multi-build.in} file. That is used by a few ports to
-further produce multiple targets.
+combined toolchain source tree.
@node GCC, Libraries, Libgloss, Top
@chapter Porting GCC