-
-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
9 changed files
with
62 additions
and
22 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
|
||
{/* ------------------------------------------------------------------------ */} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,6 @@ | ||
|
||
{/* ------------------------------------------------------------------------ */} | ||
import GccCheckUpstreamRelease from './_common/_gcc-check-upstream-release.mdx'; | ||
|
||
### Check the latest upstream release | ||
{/* ------------------------------------------------------------------------ */} | ||
|
||
The current release must be announced in the | ||
[GCC Timeline](https://gcc.gnu.org/releases.html) page. | ||
Compare the latest release with the current xPack | ||
[release](https://github.com/xpack-dev-tools/riscv-none-elf-gcc-xpack/releases). | ||
If necessary, update the triplet, otherwise increase the fourth number, | ||
as below. | ||
<GccCheckUpstreamRelease/> |
16 changes: 16 additions & 0 deletions
16
website/docs/maintainer/_common/_gcc-check-upstream-release.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
{/* DO NOT EDIT! */} | ||
{/* Automatically generated from xbb-helper/templates/docusaurus/common. */} | ||
|
||
{/* ------------------------------------------------------------------------ */} | ||
|
||
### Check the latest upstream release | ||
|
||
The current release must be announced in the | ||
[GCC Timeline](https://gcc.gnu.org/releases.html) page. | ||
Compare the latest GCC release with the current xPack | ||
[release](https://github.com/xpack-dev-tools/gcc-xpack/releases). | ||
|
||
If necessary, update the triplet, otherwise increase the fourth number, | ||
as below. | ||
|
||
The actual version is in the `gcc.git/gcc/BASE-VER` file. |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters