From b9f6af760bada5a59d9cd118268977feff05c1f3 Mon Sep 17 00:00:00 2001 From: Rick V <35446253+despair86@users.noreply.github.com> Date: Wed, 7 Oct 2020 19:09:47 -0500 Subject: [PATCH] move old stuff down a notch (#1377) * move old stuff down a notch * Update CROSSCOMPILE.md * Update CROSSCOMPILE.md * Update CROSSCOMPILE.md * Update CROSSCOMPILE.md --- CROSSCOMPILE.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/CROSSCOMPILE.md b/CROSSCOMPILE.md index 9dfde2e0d..e9dd88f13 100644 --- a/CROSSCOMPILE.md +++ b/CROSSCOMPILE.md @@ -4,25 +4,33 @@ Currently supported targets: Tier 1: +These builds are fully automated using [Drone CI](https://drone.io). Guaranteed to be fully reproducible. * Linux (arm/x86) -* Windows (32 and 64 bit x86) -* FreeBSD (amd64) +* Windows 8+ (32 and 64 bit x86) + Tier 2: +These targets have no build automation available, but do not require patches to build or run. * Mac OSX (> 10.10) * Android (arm/x86) * Apple IOS * Linux PPC64 (little endian) +* FreeBSD (amd64) Tier 3: +These targets are somewhat obscure or possibly obsolete, and may require some patching to fix target specific issues. * Big Endian Linux * NetBSD * OpenBSD +* Windows pre-8 (while this is technically possible, the requirement for [cryptographically reproducible builds](https://reproducible-builds.org/) precludes it.) +* UNIX v5 (x86 AMD64) -Unsupported (feel free to support this yourself) +Unsupported +(feel free to support this yourself) +we are completely unable to test these targets at all, proceed at your own risk * AIX * zOS