diff --git a/website/docs/install/_automatic-install-quick-test.mdx b/website/docs/install/_automatic-install-quick-test.mdx index b069102..80e5e37 100644 --- a/website/docs/install/_automatic-install-quick-test.mdx +++ b/website/docs/install/_automatic-install-quick-test.mdx @@ -8,15 +8,13 @@ import customField from '@site/src/libs/customField'; ### Quick test -(`_automatic-install-quick-test.mdx`) - To check if the xPack MinGW-w64 GCC installed by **xpm** starts properly, use something like: { -`C:\\> %USERPROFILE%\\AppData\\Roaming\\xPacks\\@xpack-dev-tools\\mingw-w64-gcc \\${ customField('upstreamVersion') }-${ customField('xpackSubversion') }.${ customField('npmSubversion') }\\.content\\bin\\x86_64-w64-mingw32-gcc.exe --version +`C:\\> %USERPROFILE%\\AppData\\Roaming\\xPacks\\@xpack-dev-tools\\mingw-w64-gcc\\${ customField('upstreamVersion') }-${ customField('xpackSubversion') }.${ customField('npmSubversion') }\\.content\\bin\\x86_64-w64-mingw32-gcc.exe --version x86_64-w64-mingw32-gcc (xPack MinGW-w64 GCC x86_64) ${ customField('upstreamVersion') }` } @@ -24,7 +22,7 @@ x86_64-w64-mingw32-gcc (xPack MinGW-w64 GCC x86_64) ${ customField('upstreamVers { -`$ ~/Library/xPacks/@xpack-dev-tools/mingw-w64-gcc /${ customField('upstreamVersion') }-${ customField('xpackSubversion') }.${ customField('npmSubversion') }/.content/bin/x86_64-w64-mingw32-gcc --version +`$ ~/Library/xPacks/@xpack-dev-tools/mingw-w64-gcc/${ customField('upstreamVersion') }-${ customField('xpackSubversion') }.${ customField('npmSubversion') }/.content/bin/x86_64-w64-mingw32-gcc --version x86_64-w64-mingw32-gcc (xPack MinGW-w64 GCC x86_64) ${ customField('upstreamVersion') }` } @@ -32,7 +30,7 @@ x86_64-w64-mingw32-gcc (xPack MinGW-w64 GCC x86_64) ${ customField('upstreamVers { -`$ ~/.local/xPacks/@xpack-dev-tools/mingw-w64-gcc /${ customField('upstreamVersion') }-${ customField('xpackSubversion') }.${ customField('npmSubversion') }/.content/bin/x86_64-w64-mingw32-gcc --version +`$ ~/.local/xPacks/@xpack-dev-tools/mingw-w64-gcc/${ customField('upstreamVersion') }-${ customField('xpackSubversion') }.${ customField('npmSubversion') }/.content/bin/x86_64-w64-mingw32-gcc --version x86_64-w64-mingw32-gcc (xPack MinGW-w64 GCC x86_64) ${ customField('upstreamVersion') }` } diff --git a/website/docs/install/_manual-install-quick-test.mdx b/website/docs/install/_manual-install-quick-test.mdx index 8f7efa7..9493294 100644 --- a/website/docs/install/_manual-install-quick-test.mdx +++ b/website/docs/install/_manual-install-quick-test.mdx @@ -8,8 +8,6 @@ import customField from '@site/src/libs/customField'; ### Quick test {#manual-install-quick-test} -(`_manual-install-quick-test.mdx`) - To check if the xPack MinGW-w64 GCC installed manually starts properly, use something like: @@ -24,7 +22,7 @@ x86_64-w64-mingw32-gcc (xPack MinGW-w64 GCC x86_64) ${ customField('upstreamVers { -`$ ~/Library/xPacks/mingw-w64-gcc/${ customField('upstreamVersion') }-${ customField('xpackSubversion') }/bin/x86_64-w64-mingw32-gcc --version +`$ ~/Library/xPacks/mingw-w64-gcc/xpack-mingw-w64-gcc-${ customField('upstreamVersion') }-${ customField('xpackSubversion') }/bin/x86_64-w64-mingw32-gcc --version x86_64-w64-mingw32-gcc (xPack MinGW-w64 GCC x86_64) ${ customField('upstreamVersion') }` } diff --git a/website/docs/maintainer/_check-upstream-release.mdx b/website/docs/maintainer/_check-upstream-release.mdx index 1587db7..bdc26af 100644 --- a/website/docs/maintainer/_check-upstream-release.mdx +++ b/website/docs/maintainer/_check-upstream-release.mdx @@ -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. + diff --git a/website/docs/maintainer/_common/_gcc-check-upstream-release.mdx b/website/docs/maintainer/_common/_gcc-check-upstream-release.mdx new file mode 100644 index 0000000..3504869 --- /dev/null +++ b/website/docs/maintainer/_common/_gcc-check-upstream-release.mdx @@ -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. diff --git a/website/docs/maintainer/_more-repos.mdx b/website/docs/maintainer/_more-repos.mdx index ccdecea..2a39939 100644 --- a/website/docs/maintainer/_more-repos.mdx +++ b/website/docs/maintainer/_more-repos.mdx @@ -1,8 +1,2 @@ {/* ------------------------------------------------------------------------ */} - -Other repositories in use are: - -- TODO - -(`_more-repos.mdx`) diff --git a/website/docs/maintainer/_patches.mdx b/website/docs/maintainer/_patches.mdx index 541962c..f472c66 100644 --- a/website/docs/maintainer/_patches.mdx +++ b/website/docs/maintainer/_patches.mdx @@ -3,6 +3,4 @@ ### Patches -Possibly add TODO patches. - -(`_patches.mdx`) +For macOS builds, this project uses the same patches as `gcc-xpack`. diff --git a/website/docs/maintainer/_update-version-specific.mdx b/website/docs/maintainer/_update-version-specific.mdx index 41538fd..49db51b 100644 --- a/website/docs/maintainer/_update-version-specific.mdx +++ b/website/docs/maintainer/_update-version-specific.mdx @@ -5,4 +5,3 @@ - open the `build-assets/scripts/versioning.sh` file - add a new `if` with the new version before the existing code -