diff options
author | Nik Konyuchenko <spaun2002mobile@gmail.com> | 2024-05-08 01:13:24 -0700 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2024-05-18 15:45:55 +1200 |
commit | 1f8fae26155d0897ee8026f008e249c712dc4e62 (patch) | |
tree | cc4f1e8049f61fe785488f6db13b44f6e52e59a6 /.github | |
parent | 4dc87d49b02fa6bf1698deeb1fabb4106662dca9 (diff) | |
download | crosstool-ng-1f8fae26155d0897ee8026f008e249c712dc4e62.tar.gz crosstool-ng-1f8fae26155d0897ee8026f008e249c712dc4e62.tar.bz2 crosstool-ng-1f8fae26155d0897ee8026f008e249c712dc4e62.zip |
Initial GCC 14.1.0 support
+ gcc 14 package version
+ tar.gz and tar.xz checksums
+ patches from gcc13 that can still be applied to gcc14
Signed-off-by: Nik Konyuchenko <spaun2002mobile@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/build-toolchains.yml | 2 | ||||
-rw-r--r-- | .github/workflows/continuous-integration-workflow.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-toolchains.yml b/.github/workflows/build-toolchains.yml index 5df5c6d1..da90cfa3 100644 --- a/.github/workflows/build-toolchains.yml +++ b/.github/workflows/build-toolchains.yml @@ -72,7 +72,7 @@ jobs: if: ${{ runner.os == 'macOS' }} run: | brew install autoconf automake bash binutils gawk gnu-sed \ - gnu-tar help2man make ncurses pkg-config + gnu-tar help2man make ncurses pkg-config texinfo libtool echo "${{ github.workspace }}/.local/bin" >> "$GITHUB_PATH" - name: download x86_64-w64-mingw32.${{ matrix.host }} tarball if: ${{ inputs.canadian-cross }} diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 22845494..c95f023f 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -22,7 +22,7 @@ jobs: if: ${{ runner.os == 'macOS' }} run: | brew install autoconf automake bash binutils gawk gnu-sed \ - gnu-tar help2man make ncurses + gnu-tar help2man make ncurses texinfo libtool - name: "build ct-ng" run: | if [ "$RUNNER_OS" == "macOS" ]; then |