From e02b84cb935288ff56dd444df68e1983f7e398b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Juhani=20Krekel=C3=A4?= Date: Fri, 20 Aug 2021 13:06:46 +0300 Subject: [PATCH] Update porting guide to reflect Sortix in upstream config.sub. --- doc/porting-guide | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/porting-guide b/doc/porting-guide index b4c16c47..adfc4819 100644 --- a/doc/porting-guide +++ b/doc/porting-guide @@ -144,8 +144,8 @@ In the best case, it will simply suffice to write: ### config.sub ### Most packages contain a copy of the config.sub shell script that recognizes the -platform triplets. There is a list of operating system names and the Sortix -operating system isn't in the upstream config.sub file yet, so we will need to +platform triplets. While Sortix has been added to the upstream config.sub, some +packages still use an obsolete copy without it. In such cases we will need to add it ourselves. You can simply search the line that contains the `-aos*` operating system entry and append `-sortix*` to it: