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/workflows/continuous-integration-workflow.yml | |
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/workflows/continuous-integration-workflow.yml')
-rw-r--r-- | .github/workflows/continuous-integration-workflow.yml | 2 |
1 files changed, 1 insertions, 1 deletions
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 |