-
Notifications
You must be signed in to change notification settings - Fork 0
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
7 changed files
with
24 additions
and
28 deletions.
There are no files selected for viewing
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
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,13 +1,6 @@ | ||
|
||
{/* ------------------------------------------------------------------------ */} | ||
|
||
### Check the latest upstream release | ||
import GccCheckUpstreamRelease from './_common/_gcc-check-upstream-release.mdx'; | ||
|
||
The current release must be announced in the | ||
[GCC Timeline](https://gcc.gnu.org/releases.html) page. | ||
Compare the latest tag 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/BASE-VER` file. | ||
<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. |
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,8 +1,2 @@ | ||
|
||
{/* ------------------------------------------------------------------------ */} | ||
|
||
Other repositories in use are: | ||
|
||
- TODO | ||
|
||
(`_more-repos.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
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