Skip to content

Commit

Permalink
website: re-generate commons
Browse files Browse the repository at this point in the history
  • Loading branch information
ilg-ul committed Aug 16, 2024
1 parent 0866373 commit 1496f6a
Show file tree
Hide file tree
Showing 50 changed files with 695 additions and 412 deletions.
4 changes: 2 additions & 2 deletions website/blog/2021-05-24-gcc-v8-5-0-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ armv6 is not supported).

## Download

The binary files are available from <a href={ frontMatter.download_url }>GitHub Releases</a>.
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.

## Install

Expand Down Expand Up @@ -178,7 +178,7 @@ xpack-gcc-8.5.0-1-win32-x64.zip
## Download analytics

- GitHub [xpack-dev-tools/gcc-xpack](https://github.com/xpack-dev-tools/gcc-xpack/)
- this release <a href={ `https://github.com/xpack-dev-tools/gcc-xpack/releases/v${ frontMatter.version }/` } ><Image img={ `https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/v${ frontMatter.version }/total.svg` } alt='Github Release' /></a>
- this release <a href={`https://github.com/xpack-dev-tools/gcc-xpack/releases/v${frontMatter.version}/`} ><Image img={`https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/v${frontMatter.version}/total.svg`} alt='Github Release' /></a>
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/total.svg)](https://github.com/xpack-dev-tools/gcc-xpack/releases/)
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=gcc-xpack) (grouped per release)
- npmjs.com [@xpack-dev-tools/gcc](https://www.npmjs.com/package/@xpack-dev-tools/gcc)
Expand Down
6 changes: 3 additions & 3 deletions website/blog/2021-10-20-gcc-v11-2-0-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ armv6 is not supported).

## Download

The binary files are available from <a href={ frontMatter.download_url }>GitHub Releases</a>.
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.

## Prerequisites

Expand All @@ -54,7 +54,7 @@ The binary files are available from <a href={ frontMatter.download_url }>GitHub
- Intel Windows 32/64-bit: Windows 7 with the Universal C Runtime
([UCRT](https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c)),
Windows 8, Windows 10
- Intel macOS 64-bit: 10.13 or later
- x64 macOS: 10.13 or later

## Install

Expand Down Expand Up @@ -175,7 +175,7 @@ with Ubuntu 18 and RedHat 8.
## Download analytics

- GitHub [xpack-dev-tools/gcc-xpack](https://github.com/xpack-dev-tools/gcc-xpack/)
- this release <a href={ `https://github.com/xpack-dev-tools/gcc-xpack/releases/v${ frontMatter.version }/` } ><Image img={ `https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/v${ frontMatter.version }/total.svg` } alt='Github Release' /></a>
- this release <a href={`https://github.com/xpack-dev-tools/gcc-xpack/releases/v${frontMatter.version}/`} ><Image img={`https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/v${frontMatter.version}/total.svg`} alt='Github Release' /></a>
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/total.svg)](https://github.com/xpack-dev-tools/gcc-xpack/releases/)
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=gcc-xpack) (grouped per release)
- npmjs.com [@xpack-dev-tools/gcc](https://www.npmjs.com/package/@xpack-dev-tools/gcc)
Expand Down
19 changes: 9 additions & 10 deletions website/blog/2022-02-11-gcc-v11-2-0-3-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ The [xPack GCC](https://xpack-dev-tools.github.io/gcc-xpack)
is a standalone cross-platform binary distribution of
[GCC](https://gcc.gnu.org).

There are separate binaries for **Windows** (Intel 64-bit),
**macOS** (Intel 64-bit, Apple Silicon 64-bit)
and **GNU/Linux** (Intel 64-bit, Arm 32/64-bit).
There are separate binaries for **Windows** (x64),
**macOS** (x64 and arm64) and **GNU/Linux** (x64, arm64 and arm).

:::note Raspberry Pi

Expand All @@ -42,21 +41,21 @@ armv6 is not supported).

## Download

The binary files are available from <a href={ frontMatter.download_url }>GitHub Releases</a>.
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.

## Prerequisites

- GNU/Linux Intel 64-bit: any system with **GLIBC 2.27** or higher
- x64 GNU/Linux: any system with **GLIBC 2.27** or higher
(like Ubuntu 18 or later, Debian 10 or later, RedHat 8 or later,
Fedora 29 or later, etc)
- GNU/Linux Arm 32/64-bit: any system with **GLIBC 2.27** or higher
- arm64/arm GNU/Linux: any system with **GLIBC 2.27** or higher
(like Raspberry Pi OS, Ubuntu 18 or later, Debian 10 or later, RedHat 8 or later,
Fedora 29 or later, etc)
- Intel Windows 64-bit: Windows 7 with the Universal C Runtime
- x64 Windows: Windows 7 with the Universal C Runtime
([UCRT](https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c)),
Windows 8, Windows 10
- Intel macOS 64-bit: 10.13 or later
- Apple Silicon macOS 64-bit: 11.6 or later
- x64 macOS: 10.13 or later
- arm64 macOS: 11.6 or later

## Install

Expand Down Expand Up @@ -178,7 +177,7 @@ with Ubuntu 18, Debian 10 and RedHat 8.
## Download analytics

- GitHub [xpack-dev-tools/gcc-xpack](https://github.com/xpack-dev-tools/gcc-xpack/)
- this release <a href={ `https://github.com/xpack-dev-tools/gcc-xpack/releases/v${ frontMatter.version }/` } ><Image img={ `https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/v${ frontMatter.version }/total.svg` } alt='Github Release' /></a>
- this release <a href={`https://github.com/xpack-dev-tools/gcc-xpack/releases/v${frontMatter.version}/`} ><Image img={`https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/v${frontMatter.version}/total.svg`} alt='Github Release' /></a>
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/total.svg)](https://github.com/xpack-dev-tools/gcc-xpack/releases/)
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=gcc-xpack) (grouped per release)
- npmjs.com [@xpack-dev-tools/gcc](https://www.npmjs.com/package/@xpack-dev-tools/gcc)
Expand Down
19 changes: 9 additions & 10 deletions website/blog/2022-05-31-gcc-v11-3-0-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ The [xPack GCC](https://xpack-dev-tools.github.io/gcc-xpack)
is a standalone cross-platform binary distribution of
[GCC](https://gcc.gnu.org).

There are separate binaries for **Windows** (Intel 64-bit),
**macOS** (Intel 64-bit, Apple Silicon 64-bit)
and **GNU/Linux** (Intel 64-bit, Arm 32/64-bit).
There are separate binaries for **Windows** (x64),
**macOS** (x64 and arm64) and **GNU/Linux** (x64, arm64 and arm).

:::note Raspberry Pi

Expand All @@ -42,21 +41,21 @@ armv6 is not supported).

## Download

The binary files are available from <a href={ frontMatter.download_url }>GitHub Releases</a>.
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.

## Prerequisites

- GNU/Linux Intel 64-bit: any system with **GLIBC 2.27** or higher
- x64 GNU/Linux: any system with **GLIBC 2.27** or higher
(like Ubuntu 18 or later, Debian 10 or later, RedHat 8 or later,
Fedora 29 or later, etc)
- GNU/Linux Arm 32/64-bit: any system with **GLIBC 2.27** or higher
- arm64/arm GNU/Linux: any system with **GLIBC 2.27** or higher
(like Raspberry Pi OS, Ubuntu 18 or later, Debian 10 or later, RedHat 8 or later,
Fedora 29 or later, etc)
- Intel Windows 64-bit: Windows 7 with the Universal C Runtime
- x64 Windows: Windows 7 with the Universal C Runtime
([UCRT](https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c)),
Windows 8, Windows 10
- Intel macOS 64-bit: 10.13 or later
- Apple Silicon macOS 64-bit: 11.6 or later
- x64 macOS: 10.13 or later
- arm64 macOS: 11.6 or later

## Install

Expand Down Expand Up @@ -180,7 +179,7 @@ with Ubuntu 18, Debian 10 and RedHat 8.
## Download analytics

- GitHub [xpack-dev-tools/gcc-xpack](https://github.com/xpack-dev-tools/gcc-xpack/)
- this release <a href={ `https://github.com/xpack-dev-tools/gcc-xpack/releases/v${ frontMatter.version }/` } ><Image img={ `https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/v${ frontMatter.version }/total.svg` } alt='Github Release' /></a>
- this release <a href={`https://github.com/xpack-dev-tools/gcc-xpack/releases/v${frontMatter.version}/`} ><Image img={`https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/v${frontMatter.version}/total.svg`} alt='Github Release' /></a>
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/total.svg)](https://github.com/xpack-dev-tools/gcc-xpack/releases/)
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=gcc-xpack) (grouped per release)
- npmjs.com [@xpack-dev-tools/gcc](https://www.npmjs.com/package/@xpack-dev-tools/gcc)
Expand Down
19 changes: 9 additions & 10 deletions website/blog/2022-06-16-gcc-v12-1-0-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ The [xPack GCC](https://xpack-dev-tools.github.io/gcc-xpack)
is a standalone cross-platform binary distribution of
[GCC](https://gcc.gnu.org).

There are separate binaries for **Windows** (Intel 64-bit),
**macOS** (Intel 64-bit, Apple Silicon 64-bit)
and **GNU/Linux** (Intel 64-bit, Arm 32/64-bit).
There are separate binaries for **Windows** (x64),
**macOS** (x64 and arm64) and **GNU/Linux** (x64, arm64 and arm).

:::note Raspberry Pi

Expand All @@ -42,21 +41,21 @@ armv6 is not supported).

## Download

The binary files are available from <a href={ frontMatter.download_url }>GitHub Releases</a>.
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.

## Prerequisites

- GNU/Linux Intel 64-bit: any system with **GLIBC 2.27** or higher
- x64 GNU/Linux: any system with **GLIBC 2.27** or higher
(like Ubuntu 18 or later, Debian 10 or later, RedHat 8 or later,
Fedora 29 or later, etc)
- GNU/Linux Arm 32/64-bit: any system with **GLIBC 2.27** or higher
- arm64/arm GNU/Linux: any system with **GLIBC 2.27** or higher
(like Raspberry Pi OS, Ubuntu 18 or later, Debian 10 or later, RedHat 8 or later,
Fedora 29 or later, etc)
- Intel Windows 64-bit: Windows 7 with the Universal C Runtime
- x64 Windows: Windows 7 with the Universal C Runtime
([UCRT](https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c)),
Windows 8, Windows 10
- Intel macOS 64-bit: 10.13 or later
- Apple Silicon macOS 64-bit: 11.6 or later
- x64 macOS: 10.13 or later
- arm64 macOS: 11.6 or later

## Install

Expand Down Expand Up @@ -178,7 +177,7 @@ with Ubuntu 18, Debian 10 and RedHat 8.
## Download analytics

- GitHub [xpack-dev-tools/gcc-xpack](https://github.com/xpack-dev-tools/gcc-xpack/)
- this release <a href={ `https://github.com/xpack-dev-tools/gcc-xpack/releases/v${ frontMatter.version }/` } ><Image img={ `https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/v${ frontMatter.version }/total.svg` } alt='Github Release' /></a>
- this release <a href={`https://github.com/xpack-dev-tools/gcc-xpack/releases/v${frontMatter.version}/`} ><Image img={`https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/v${frontMatter.version}/total.svg`} alt='Github Release' /></a>
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/total.svg)](https://github.com/xpack-dev-tools/gcc-xpack/releases/)
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=gcc-xpack) (grouped per release)
- npmjs.com [@xpack-dev-tools/gcc](https://www.npmjs.com/package/@xpack-dev-tools/gcc)
Expand Down
19 changes: 9 additions & 10 deletions website/blog/2022-08-30-gcc-v12-2-0-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ The [xPack GCC](https://xpack-dev-tools.github.io/gcc-xpack)
is a standalone cross-platform binary distribution of
[GCC](https://gcc.gnu.org).

There are separate binaries for **Windows** (Intel 64-bit),
**macOS** (Intel 64-bit, Apple Silicon 64-bit)
and **GNU/Linux** (Intel 64-bit, Arm 32/64-bit).
There are separate binaries for **Windows** (x64),
**macOS** (x64 and arm64) and **GNU/Linux** (x64, arm64 and arm).

:::note Raspberry Pi

Expand All @@ -42,21 +41,21 @@ armv6 is not supported).

## Download

The binary files are available from <a href={ frontMatter.download_url }>GitHub Releases</a>.
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.

## Prerequisites

- GNU/Linux Intel 64-bit: any system with **GLIBC 2.27** or higher
- x64 GNU/Linux: any system with **GLIBC 2.27** or higher
(like Ubuntu 18 or later, Debian 10 or later, RedHat 8 or later,
Fedora 29 or later, etc)
- GNU/Linux Arm 32/64-bit: any system with **GLIBC 2.27** or higher
- arm64/arm GNU/Linux: any system with **GLIBC 2.27** or higher
(like Raspberry Pi OS, Ubuntu 18 or later, Debian 10 or later, RedHat 8 or later,
Fedora 29 or later, etc)
- Intel Windows 64-bit: Windows 7 with the Universal C Runtime
- x64 Windows: Windows 7 with the Universal C Runtime
([UCRT](https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c)),
Windows 8, Windows 10
- Intel macOS 64-bit: 10.13 or later
- Apple Silicon macOS 64-bit: 11.6 or later
- x64 macOS: 10.13 or later
- arm64 macOS: 11.6 or later

## Install

Expand Down Expand Up @@ -178,7 +177,7 @@ with Ubuntu 18, Debian 10 and RedHat 8.
## Download analytics

- GitHub [xpack-dev-tools/gcc-xpack](https://github.com/xpack-dev-tools/gcc-xpack/)
- this release <a href={ `https://github.com/xpack-dev-tools/gcc-xpack/releases/v${ frontMatter.version }/` } ><Image img={ `https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/v${ frontMatter.version }/total.svg` } alt='Github Release' /></a>
- this release <a href={`https://github.com/xpack-dev-tools/gcc-xpack/releases/v${frontMatter.version}/`} ><Image img={`https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/v${frontMatter.version}/total.svg`} alt='Github Release' /></a>
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/total.svg)](https://github.com/xpack-dev-tools/gcc-xpack/releases/)
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=gcc-xpack) (grouped per release)
- npmjs.com [@xpack-dev-tools/gcc](https://www.npmjs.com/package/@xpack-dev-tools/gcc)
Expand Down
19 changes: 9 additions & 10 deletions website/blog/2022-12-27-gcc-v12-2-0-2-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ The [xPack GCC](https://xpack-dev-tools.github.io/gcc-xpack)
is a standalone cross-platform binary distribution of
[GCC](https://gcc.gnu.org).

There are separate binaries for **Windows** (Intel 64-bit),
**macOS** (Intel 64-bit, Apple Silicon 64-bit)
and **GNU/Linux** (Intel 64-bit, Arm 32/64-bit).
There are separate binaries for **Windows** (x64),
**macOS** (x64 and arm64) and **GNU/Linux** (x64, arm64 and arm).

:::note Raspberry Pi

Expand All @@ -42,21 +41,21 @@ armv6 is not supported).

## Download

The binary files are available from <a href={ frontMatter.download_url }>GitHub Releases</a>.
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.

## Prerequisites

- GNU/Linux Intel 64-bit: any system with **GLIBC 2.27** or higher
- x64 GNU/Linux: any system with **GLIBC 2.27** or higher
(like Ubuntu 18 or later, Debian 10 or later, RedHat 8 or later,
Fedora 29 or later, etc)
- GNU/Linux Arm 32/64-bit: any system with **GLIBC 2.27** or higher
- arm64/arm GNU/Linux: any system with **GLIBC 2.27** or higher
(like Raspberry Pi OS, Ubuntu 18 or later, Debian 10 or later, RedHat 8 or later,
Fedora 29 or later, etc)
- Intel Windows 64-bit: Windows 7 with the Universal C Runtime
- x64 Windows: Windows 7 with the Universal C Runtime
([UCRT](https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c)),
Windows 8, Windows 10
- Intel macOS 64-bit: 10.13 or later
- Apple Silicon macOS 64-bit: 11.6 or later
- x64 macOS: 10.13 or later
- arm64 macOS: 11.6 or later

## Install

Expand Down Expand Up @@ -181,7 +180,7 @@ with Ubuntu 18, Debian 10 and RedHat 8.
## Download analytics

- GitHub [xpack-dev-tools/gcc-xpack](https://github.com/xpack-dev-tools/gcc-xpack/)
- this release <a href={ `https://github.com/xpack-dev-tools/gcc-xpack/releases/v${ frontMatter.version }/` } ><Image img={ `https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/v${ frontMatter.version }/total.svg` } alt='Github Release' /></a>
- this release <a href={`https://github.com/xpack-dev-tools/gcc-xpack/releases/v${frontMatter.version}/`} ><Image img={`https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/v${frontMatter.version}/total.svg`} alt='Github Release' /></a>
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/total.svg)](https://github.com/xpack-dev-tools/gcc-xpack/releases/)
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=gcc-xpack) (grouped per release)
- npmjs.com [@xpack-dev-tools/gcc](https://www.npmjs.com/package/@xpack-dev-tools/gcc)
Expand Down
19 changes: 9 additions & 10 deletions website/blog/2023-08-31-gcc-v12-3-0-1-released.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,8 @@ The [xPack GCC](https://xpack.github.io/gcc/)
is a standalone cross-platform binary distribution of
[GCC](https://gcc.gnu.org).

There are separate binaries for **Windows** (Intel 64-bit),
**macOS** (Intel 64-bit, Apple Silicon 64-bit)
and **GNU/Linux** (Intel 64-bit, Arm 32/64-bit).
There are separate binaries for **Windows** (x64),
**macOS** (x64 and arm64) and **GNU/Linux** (x64, arm64 and arm).

:::note Raspberry Pi

Expand All @@ -42,21 +41,21 @@ armv6 is not supported).

## Download

The binary files are available from <a href={ frontMatter.download_url }>GitHub Releases</a>.
The binary files are available from <a href={frontMatter.download_url}>GitHub Releases</a>.

## Prerequisites

- GNU/Linux Intel 64-bit: any system with **GLIBC 2.27** or higher
- x64 GNU/Linux: any system with **GLIBC 2.27** or higher
(like Ubuntu 18 or later, Debian 10 or later, RedHat 8 or later,
Fedora 29 or later, etc)
- GNU/Linux Arm 32/64-bit: any system with **GLIBC 2.27** or higher
- arm64/arm GNU/Linux: any system with **GLIBC 2.27** or higher
(like Raspberry Pi OS, Ubuntu 18 or later, Debian 10 or later, RedHat 8 or later,
Fedora 29 or later, etc)
- Intel Windows 64-bit: Windows 7 with the Universal C Runtime
- x64 Windows: Windows 7 with the Universal C Runtime
([UCRT](https://support.microsoft.com/en-us/topic/update-for-universal-c-runtime-in-windows-c0514201-7fe6-95a3-b0a5-287930f3560c)),
Windows 8, Windows 10
- Intel macOS 64-bit: 10.13 or later
- Apple Silicon macOS 64-bit: 11.6 or later
- x64 macOS: 10.13 or later
- arm64 macOS: 11.6 or later

## Install

Expand Down Expand Up @@ -197,7 +196,7 @@ ensure a smooth transition to the next xPack releases.
## Download analytics

- GitHub [xpack-dev-tools/gcc-xpack](https://github.com/xpack-dev-tools/gcc-xpack/)
- this release <a href={ `https://github.com/xpack-dev-tools/gcc-xpack/releases/v${ frontMatter.version }/` } ><Image img={ `https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/v${ frontMatter.version }/total.svg` } alt='Github Release' /></a>
- this release <a href={`https://github.com/xpack-dev-tools/gcc-xpack/releases/v${frontMatter.version}/`} ><Image img={`https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/v${frontMatter.version}/total.svg`} alt='Github Release' /></a>
- all xPack releases [![Github All Releases](https://img.shields.io/github/downloads/xpack-dev-tools/gcc-xpack/total.svg)](https://github.com/xpack-dev-tools/gcc-xpack/releases/)
- [individual file counters](https://somsubhra.github.io/github-release-stats/?username=xpack-dev-tools&repository=gcc-xpack) (grouped per release)
- npmjs.com [@xpack-dev-tools/gcc](https://www.npmjs.com/package/@xpack-dev-tools/gcc)
Expand Down
Loading

0 comments on commit 1496f6a

Please sign in to comment.