diff --git a/Makefile b/Makefile index 15dd5b4b..bbe66e04 100644 --- a/Makefile +++ b/Makefile @@ -71,6 +71,7 @@ H_DOCS = $(addsuffix .html,\ | grep -v '/sub-'))) H_NEWS = $(addsuffix .html,$(basename $(shell git ls-files -- news/*.md))) <<<<<<< HEAD +<<<<<<< HEAD ======= >>>>>>> 7943bed (Convert all community/*.html to .md) ======= @@ -79,10 +80,13 @@ H_NEWS = $(addsuffix .html,$(basename $(shell git ls-files -- news/*.md))) ======= H_SUPPORT = $(addsuffix .html,$(basename $(shell git ls-files -- support/*.md))) >>>>>>> 7e79f7d (Convert all support/*.html to .md) +======= +>>>>>>> 53e9ec1 (Convert all policies/*.html to .md) H_POLICIES = $(addsuffix .html,\ $(basename $(shell git ls-files -- policies/*.md \ policies/general/*.md \ policies/technical/*.md))) +<<<<<<< HEAD # We filter out any file starting with 'sub-'... they get special treatment H_SOURCE= $(addsuffix .html,\ $(basename $(shell git ls-files -- source/*.md \ @@ -91,6 +95,8 @@ H_SOURCE= $(addsuffix .html,\ $(basename $(shell git ls-files -- source/*.md.tt \ source/old/*.md.tt \ | grep -v '/sub-')))) +======= +>>>>>>> 53e9ec1 (Convert all policies/*.html to .md) H_SUPPORT = $(addsuffix .html,$(basename $(shell git ls-files -- support/*.md))) SIMPLE = $(H_TOP) \ diff --git a/policies/omc-bylaws.md b/policies/omc-bylaws.md index 5633ba9c..207010a1 100644 --- a/policies/omc-bylaws.md +++ b/policies/omc-bylaws.md @@ -3,6 +3,11 @@ breadcrumb: Bylaws --- # OpenSSL Bylaws +<<<<<<< HEAD +======= +#### First issued 13th February 2017 Last modified 10th December 2019 + +>>>>>>> 53e9ec1 (Convert all policies/*.html to .md) This document defines the bylaws under which the OpenSSL Project operates. It defines the different project roles, how they contribute to the project, and how project decisions are made. @@ -134,8 +139,12 @@ internal resources. ### [OMC Voting Procedures]{#omc-voting} +<<<<<<< HEAD A vote to change these bylaws more than just an edit (see [Minor Edits](#minor-edits) below) will pass if it obtains an in favour vote +======= +A vote to change these bylaws will pass if it obtains an in favour vote +>>>>>>> 53e9ec1 (Convert all policies/*.html to .md) by more than two thirds of the active OMC members and less than one quarter votes against by the active OMC members. A vote that does not change these bylaws will pass if it has had a vote registered from a @@ -170,6 +179,7 @@ otherwise not affect the outcome of the vote. All votes and their outcomes should be recorded and available to all OMC members. +<<<<<<< HEAD ### Minor Edits Minor bylaw edits that do not change the meaning of the edited bylaws do not @@ -183,6 +193,8 @@ should be labelled with the minor edit label. Approved submissions shall only be applied after a 24-hour delay from the approval. +======= +>>>>>>> 53e9ec1 (Convert all policies/*.html to .md) ## [OpenSSL Technical Committee (OTC)]{#OTC} The OTC represents the official technical voice of the project. All OTC @@ -352,6 +364,9 @@ of absence: The following changes have been made since the bylaws were first issued 13-February-2017. +<<<<<<< HEAD . 17-July-2022. Added a clause on minor edits of these bylaws. +======= +>>>>>>> 53e9ec1 (Convert all policies/*.html to .md) - 21-November-2019. Added *OTC*. and other related changes. - 20-December-2017. Added *Leave of absence* section. diff --git a/policies/platformpolicy.html b/policies/platformpolicy.html deleted file mode 100644 index d8c44609..00000000 --- a/policies/platformpolicy.html +++ /dev/null @@ -1,1654 +0,0 @@ - - - - - - - -
-
-
-
-
-

Platform Policy

-
-
-

Platforms are classified as "primary", "secondary", "community" - and "unadopted". Support for a new platform should only be - added if it is being adopted as a primary, secondary or - community platform.

-
-
Primary
-
- Definition: A platform that is regularly tested - through project CI on a project owned and managed system -

- - New Pull Requests (PRs) should not be merged unless the - primary platforms are showing as "green" in CI. If the CI - breaks for a branch (such as for a stable version or master) - then it should be fixed as a priority.

-
-
Secondary
-
- Definition: A platform that is regularly tested - through project CI on a system that is not owned or managed by - the project. At least one project committer must have access - to the system and be able and willing to support it.

- - New Pull Requests (PRs) should avoid introducing new breaks to - CI in secondary platforms where possible but may still be - merged where a resolution is not easily achievable without - access to the platform. If the CI for a branch (such as for a - stable version or master) on a secondary platform breaks, then - a resolution should be sought as soon as is practically - possible and before a release is made from the branch.

-
-
Community
-
- Definition: Platforms that one or more members of the - OpenSSL community have volunteered to support. May or may not - be in project CI. Members of the community providing support - do not have to be committers.

- - Where a community platform is in project CI then new Pull - Requests (PRs) should avoid introducing new breaks to CI on - such platforms where possible but may still be merged where a - resolution is not easily achievable without access to the - platform. If the CI for a branch (such as for a - stable version or master) on a community platform breaks, then - an attempt should be made to contact the community maintainer - to request a fix. In the event that a community platform is - broken in CI for a protracted period then it may be dropped - from CI.
- - If defects are raised that are specific to a community - platform then the community maintainer may be contacted to - help find a resolution. If a community maintainer is - unresponsive, or unable to provide fixes then the platform may - be moved to "unadopted".

-
-
Unadopted
-
- Definition: Platforms that no one has volunteered to - support.

- Support may still be provided for such platforms where - possible without access to the platform itself. Platform - specific issues may be left unresolved where it is not - feasible to find a suitable fix. Support for such platforms - may be removed entirely from the OpenSSL code base in future - releases. -
-
-

- The current primary platforms are: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Target  O/S  Architecture  Toolchain
linux-x86_64  Ubuntu Server 20.04.3  x86_64  gcc 9.3.0
linux-generic64  Ubuntu Server 20.04.3  x86_64  gcc 9.3.0
linux-x86  Debian 11.2  x86  gcc 11.2.0
linux-generic32  Debian 11.2  x86  gcc 11.2.0
BSD-x86_64  FreeBSD 13.0  x86_64  Clang 11
VC-WIN64A  Windows 10  x86_64  Visual Studio 2019 Community Edition
mingw64  Windows 10  x86_64  MinGW (64 bit) and MSYS2
darwin64-x86_64  Mac OS Big Sur (11)  x86_64  clang 12.?
darwin64-arm64  Mac OS Big Sur (11)  AArch64 (M1)  clang 12.?
-

-

- The current secondary platforms are: - - - - - - - - - - - - - - - - - - - - - - - - -
Target  O/S  Architecture  Toolchain  Nominated Committer(s)
??  ??  ??  ??  ??
-

-

- The current community platforms are: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Target  O/S  Architecture  Toolchain  Nominated Community Member(s)
vms-alpha  OpenVMS 8.4  alpha  VSI C 7.4  @levitte
vms-alpha-p32  OpenVMS 8.4  alpha  VSI C 7.4
- (32 bit pointer build)
  @levitte
vms-alpha-p64  OpenVMS 8.4  alpha  VSI C 7.4
- (64 bit pointer build)
  @levitte
vms-ia64  OpenVMS 8.4 8.4  ia64  VSI C 7.4  @levitte
vms-ia64-p32  OpenVMS 8.4  ia64  VSI C 7.4
- (32 bit pointer build)
  @levitte
vms-ia64-p64  OpenVMS 8.4  ia64  VSI C 7.4
- (64 bit pointer build)
  @levitte
vms-x86_64  OpenVMS 8.4  x86_64  VSI C X7.4
- (cross compile on ia64,
- currently build only)
  @levitte
nonstop-nsx  NonStop OSS L21.06  x86_64 ilp32  c99  @rsbeckerca
nonstop-nsx_put  NonStop OSS L21.06  x86_64 ilp32  c99  @rsbeckerca
nonstop-nsx_64  NonStop OSS L21.06  x86_64 lp64  c99  @rsbeckerca
nonstop-nsx_64_put  NonStop OSS L21.06  x86_64 lp64 PUT  c99  @rsbeckerca
nonstop-nsx_spt  NonStop OSS L21.06  x86_64 ilp32 SPT  c99  @rsbeckerca
nonstop-nsx_spt_floss  NonStop OSS L21.06  x86_64 ilp32 SPT FLOSS  c99  @rsbeckerca
nonstop-nsv  NonStop OSS L21.06  x86_64 ilp32  c99  @rsbeckerca
nonstop-nse  NonStop OSS J06.22  ia64 ilp32  c99  @rsbeckerca
nonstop-nse_put  NonStop OSS J06.22  ia64 ilp32 PUT  c99  @rsbeckerca
nonstop-nse_64  NonStop OSS J06.22  ia64 lp64  c99  @rsbeckerca
nonstop-nse_64_put  NonStop OSS J06.22  ia64 lp64 PUT  c99  @rsbeckerca
nonstop-nse_spt  NonStop OSS J06.22  ia64 ipl32 SPT  c99  @rsbeckerca
nonstop-nse_spt_floss  NonStop OSS J06.22  ia64 ipl32 SPT FLOSS  c99  @rsbeckerca
linux64-loongarch64  Linux  loongarch64  gcc  @shipujin
BSD-ppc  FreeBSD  ppc  LLVM  @pkubaj
BSD-ppc64  FreeBSD  ppc64  LLVM  @pkubaj
BSD-ppc64le  FreeBSD  ppc64le  LLVM  @pkubaj
BSD-riscv64  FreeBSD  riscv64  LLVM  @pkubaj
solaris64-x86_64-gcc  Solaris  x86_64  gcc  @orcl-jlana @cernoseka
solaris64-x86_64-cc  Solaris  x86_64  Sun C  @orcl-jlana @cernoseka
solaris64-sparcv9-gcc  Solaris  Sparc V9 64 bit  gcc  @orcl-jlana @cernoseka
solaris64-sparcv9-cc  Solaris  Sparc V9 64 bit  Sun C  @orcl-jlana @cernoseka
linux64-s390x  Linux  s390x  gcc  @juergenchrist @ifranzki
linux-aarch64  Linux  aarch64  gcc  @zorrorffm @daniel-hu-arm @xkqian @tom-cosgrove-arm
-

-

- The current unadopted platforms are: - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Target  O/S  Architecture  Toolchain
vos-gcc  VOS  ??  gcc
solaris-x86-gcc  Solaris  x86  gcc
solaris-sparcv7-gcc  Solaris  Sparc V7  gcc
solaris-sparcv8-gcc  Solaris  Sparc V8  gcc
solaris-sparcv9-gcc  Solaris  Sparc V9 32 bit  gcc
solaris-sparcv7-cc  Solaris  Sparc V7  Sun C
solaris-sparcv8-cc  Solaris  Sparc V8  Sun C
solaris-sparcv9-cc  Solaris  Sparc V9 32 bit  Sun C
irix-mips3-gcc  Irix 6.x  mips64 n32  gcc
irix-mips3-cc  Irix 6.x  mips64 n32  ??
irix64-mips4-gcc  Irix 6.x  mips64 n64  gcc
irix64-mips4-cc  Irix 6.x  mips64 n64  ??
hpux-parisc-gcc  HP-UX  parisc  gcc
hpux-parisc1_1-gcc  HP-UX  parisc 1.1 32 bit  gcc
hpux64-parisc2-gcc  HP-UX  parisc 2.0 64 bit  gcc
hpux-parisc-cc  HP-UX  parisc  ??
hpux-parisc1_1-cc  HP-UX  parisc 1.0 32 bit  ??
hpux64-parisc2-cc  HP-UX  parisc 2.0 64 bit  ??
hpux-ia64-cc  HP-UX  IA64 32 bit  ??
hpux64-ia64-cc  HP-UX  IA64 64 bit  ??
hpux-ia64-gcc  HP-UX  IA64 32 bit  gcc
hpux64-ia64-gcc  HP-UX  IA64 64 bit  gcc
MPE/iX-gcc  MPE/iX  parisc?  gcc
tru64-alpha-gcc  Tru64  alpha  gcc
tru64-alpha-cc  Tru64  alpha  ??
linux-ppc  Linux  ppc32  gcc
linux-ppc64  Linux  ppc64 big endian  gcc
linux-ppc64le  Linux  ppc64 little endian  gcc
linux-armv4  Linux  armv4  gcc
linux-arm64ilp32  Linux  aarch64-ilp32  gcc
linux-mips32  Linux  mips32 o32  gcc
linux-mips64  Linux  mips64 n32  gcc
linux64-mips64  Linux  mips64 64 bit  gcc
linux64-riscv64  Linux  riscv64  gcc
linux-x86-clang  Linux  x86  clang
linux-x86_64-clang  Linux  x86_64  clang
linux-x32  Linux  x86_64 x32  gcc
linux-ia64  Linux  ia64  gcc
linux32-s390x  Linux  s390x 31 bit  gcc
linux-sparcv8  Linux  sparc v8  gcc
linux-sparcv9  Linux  sparc v9 32 bit  gcc
linux64-sparcv9  Linux  sparc v9 64 bit  gcc
linux-alpha-gcc  Linux  alpha  gcc
linux-c64xplus  Linux  c64xplus  gcc
linux-c64xplus  Linux  c64xplus  gcc
BSD-x86  FreeBSD / OpenBSD / NetBSD / ?  x86 a.out  ??
BSD-x86-elf  FreeBSD / OpenBSD / NetBSD / ?  x86 elf  ??
BSD-sparcv8  ?  Sparc v8  ??
BSD-sparcv9  ?  Sparc v9 32 bit  ??
BSD-ia64  ?  IA64  ??
BSD-x86_64  OpenBSD / NetBSD / ?  x86_64  ??
bsdi-elf-gcc  BSDi  ??  ??
unixware-2.0  unixware 2.0  ??  ??
unixware-2.1  unixware 2.1  ??  ??
unixware-7  unixware 7  x86  ??
unixware-7-gcc  unixware 7  x86  gcc
sco5-cc  Open Server 5?  x86  ??
sco5-gcc  Open Server 5?  x86  gcc
aix-gcc  AIX  ppc32  gcc
aix64-gcc  AIX  ppc64  gcc
aix64-gcc-as  AIX  ppc64  gcc with as?
aix-cc  AIX  ppc32  ??
aix64-cc  AIX  ppc64  ??
BS2000-OSD  BS2000/OSD  ??  ??
VC-WIN64I  Windows XP / Windows Server 2008?  ia64  Visual C
VC-WIN32  Windows 10  x86  Visual C
VC-CE  Windows CE  x86 / armv4?  Visual C
VC-WIN64A-masm  Windows 10  x86  Visual C with masm
mingw  Windows 10?  x86  gcc
UEFI-x86  UEFI  x86  ??
UEFI-x86_64  UEFI  x86_64  ??
UWIN  UWIN  x86  ?
Cygwin-x86  Windows 10  x86  gcc
Cygwin-x86_64  Windows 10  x86_64  gcc
darwin-ppc  MacOS?  ppc32  ?
darwin64-ppc  MacOS?  ppc64  ?
darwin-i386  MacOS?  x86  ?
darwin-i386  MacOS?  x86  ?
hurd-x86  Hurd  x86  gcc
vxworks-ppc60x  vxworks  ppc32  ?
vxworks-ppcgen  vxworks  ppc32  ?
vxworks-ppc405  vxworks  ppc32 405  ?
vxworks-ppc750  vxworks  ppc32 750  ?
vxworks-ppc860  vxworks  ppc32 860  ?
vxworks-simlinux  vxworks  x86?  ?
vxworks-mips  vxworks  mips32 o32  ?
uClinux-dist  uClinux  ?  gcc
uClinux-dist64  uClinux  ?  gcc
android-arm  android  armv4  ?
android-arm64  android  aarch64  ?
android-mips  android  mips32 o32  ?
android-mips64  android  mips64  ?
android-x86  android  x86  ?
android-x86_64  android  x86_64  ?
ios-xcrun  iOS  armv7  ?
ios64-xcrun  iOS  aarch64  ?
iossimulator-xcrun  iOS  ?  ?
iphoneos-cross  iphoneos?  ?  ?
ios-cross  iOS  armv7  ?
ios64-cross  iOS  aarch64  ?
BC-32  Windows 10?  x86  Borland C, C++ Builder?
DJGPP  DOS?  x86?  djgpp
haiku-x86  Haiku  x86  gcc?
haiku-x86_64  Haiku  x86_64  gcc?
nonstop-nsx_g  NonStop Guardian  x86_64 ilp32  ?
nonstop-nsx_g_tandem  NonStop Guardian  x86_64 ilp32  ?
nonstop-nse_g  NonStop Guardian  ia64 ipl32  ?
nonstop-nse_g_tandem  NonStop Guardian  ia64 ipl32  ?
OS390-Unix  zOS  s390  ?
VC-WIN32-ONECORE  Windows OneCore  x86  Visual C
VC-WIN64A-ONECORE  Windows OneCore  x86_64  Visual C
VC-WIN32-ARM  Windows OneCore  arm  Visual C
VC-WIN64-ARM  Windows OneCore  aarch64  Visual C
VC-WIN32-UWP  Windows UWP  x86  Visual C
VC-WIN64A-UWP  Windows UWP  x86_64  Visual C
VC-ARM-UWP  Windows UWP  arm  Visual C
VC-ARM64-UWP  Windows UWP  aarch64  Visual C
-

-
- -
-
- -
-
- - - diff --git a/policies/platformpolicy.md b/policies/platformpolicy.md index f87d4007..6fc5d369 100644 --- a/policies/platformpolicy.md +++ b/policies/platformpolicy.md @@ -82,6 +82,7 @@ The current primary platforms are: The current secondary platforms are: +<<<<<<< HEAD | Target |   | O/S |   | Architecture |   | Toolchain |   | Nominated Committer(s) | |--------------|--------|-------------|--------|--------------|--------|-----------------|--------|------------------------| | vms-ia64 | | OpenVMS 8.4 | | ia64 | | VSI C 7.4 | | \@levitte | @@ -92,6 +93,11 @@ The current secondary platforms are: [^1]: [VMS] 32 bit pointer build [^2]: [VMS] 64 bit pointer build [^3]: [VMS] cross compile on ia64, currently build only +======= +| Target |   | O/S |   | Architecture |   | Toolchain |   | Nominated Committer(s) | +|--------|--------|-----|--------|--------------|--------|-----------|--------|------------------------| +| ?? | | ?? | | ?? | | ?? | | ?? | +>>>>>>> 53e9ec1 (Convert all policies/*.html to .md) The current community platforms are: @@ -100,6 +106,13 @@ The current community platforms are: | vms-alpha | | OpenVMS 8.4 | | alpha | | VSI C 7.4 | | \@levitte | | vms-alpha-p32 | | OpenVMS 8.4 | | alpha | | VSI C 7.4 [^1] | | \@levitte | | vms-alpha-p64 | | OpenVMS 8.4 | | alpha | | VSI C 7.4 [^2] | | \@levitte | +<<<<<<< HEAD +======= +| vms-ia64 | | OpenVMS 8.4 | | ia64 | | VSI C 7.4 | | \@levitte | +| vms-ia64-p32 | | OpenVMS 8.4 | | ia64 | | VSI C 7.4 [^1] | | \@levitte | +| vms-ia64-p64 | | OpenVMS 8.4 | | ia64 | | VSI C 7.4 [^2] | | \@levitte | +| vms-x86\_64 | | OpenVMS 8.4 | | x86\_64 | | VSI C X7.4 [^3] | | \@levitte | +>>>>>>> 53e9ec1 (Convert all policies/*.html to .md) | nonstop-nsx | | NonStop OSS L21.06 | | x86\_64 ilp32 | | c99 | | \@rsbeckerca | | nonstop-nsx\_put | | NonStop OSS L21.06 | | x86\_64 ilp32 PUT | | c99 | | \@rsbeckerca | | nonstop-nsx\_64 | | NonStop OSS L21.06 | | x86\_64 lp64 | | c99 | | \@rsbeckerca | @@ -114,7 +127,10 @@ The current community platforms are: | nonstop-nse\_spt | | NonStop OSS J06.22 | | ia64 ipl32 SPT | | c99 | | \@rsbeckerca | | nonstop-nse\_spt\_floss | | NonStop OSS J06.22 | | ia64 ipl32 SPT FLOSS | | c99 | | \@rsbeckerca | | linux64-loongarch64 | | Linux | | loongarch64 | | gcc | | \@shipujin | +<<<<<<< HEAD | BSD-armv4 | | FreeBSD | | armv4 | | LLVM | | \@pkubaj | +======= +>>>>>>> 53e9ec1 (Convert all policies/*.html to .md) | BSD-ppc | | FreeBSD | | ppc | | LLVM | | \@pkubaj | | BSD-ppc64 | | FreeBSD | | ppc64 | | LLVM | | \@pkubaj | | BSD-ppc64le | | FreeBSD | | ppc64le | | LLVM | | \@pkubaj | @@ -126,6 +142,13 @@ The current community platforms are: | linux64-s390x | | Linux | | s390x | | gcc | | \@juergenchrist \@ifranzki | | linux-aarch64 | | Linux | | aarch64 | | gcc | | \@zorrorffm \@daniel-hu-arm \@xkqian \@tom-cosgrove-arm | +<<<<<<< HEAD +======= +[^1]: [VMS] 32 bit pointer build +[^2]: [VMS] 64 bit pointer build +[^3]: [VMS] cross compile on ia64, currently build only + +>>>>>>> 53e9ec1 (Convert all policies/*.html to .md) The current unadopted platforms are: | Target |   | O/S |   | Architecture |   | Toolchain |