From 94149fcbb73e42c9c1d6cd27c53c190b71f1a76f Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Tue, 28 Dec 2021 16:14:58 -0800 Subject: [PATCH] Note that Linux first class ports are glibc only --- PortingPolicy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/PortingPolicy.md b/PortingPolicy.md index 04c7fe2a..6a120929 100644 --- a/PortingPolicy.md +++ b/PortingPolicy.md @@ -53,6 +53,8 @@ The current first class ports are: We distribute binaries for other GOOS/GOARCH pairs (other "ports"), but they are not "first class" by this definition. +All Linux first class ports are for systems using glibc only. Linux systems using other C libraries are not fully supported and are not treated as first class. + # Removing a port If a builder for a particular port starts failing, the code should be corrected as soon as possible; otherwise future regressions cannot be detected, and the amount of work required to bring the builder back to "ok" compounds.