diff options
author | Chris Packham <judge.packham@gmail.com> | 2021-08-23 12:23:55 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2021-08-24 08:46:35 +1200 |
commit | 6fae696131c29fc6c67faeaa6d021d6401c7fdec (patch) | |
tree | 50c225771b4cec6df355ff08462f6a76ca697fd1 /.github | |
parent | 358945ff2219e37d280532522d2c62309614d162 (diff) | |
download | crosstool-ng-6fae696131c29fc6c67faeaa6d021d6401c7fdec.tar.gz crosstool-ng-6fae696131c29fc6c67faeaa6d021d6401c7fdec.tar.bz2 crosstool-ng-6fae696131c29fc6c67faeaa6d021d6401c7fdec.zip |
Add mips-unknown-linux-gnu sample
We have unkown-elf and linux-uclibc already. Complete the set with a
linux-gnu configuration.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/continuous-integration-workflow.yml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index b9cc9e92..64933d9e 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -108,6 +108,7 @@ jobs: "armv6-nommu-linux-uclibcgnueabi", "avr", "mips-unknown-elf", + "mips-unknown-linux-gnu", "mips64-unknown-linux-gnu", "powerpc-unknown-linux-gnu", "powerpc64-unknown-linux-gnu", @@ -128,9 +129,10 @@ jobs: - {host: "macos-10.15", sample: "arc-multilib-linux-gnu"} - {host: "macos-10.15", sample: "arc-multilib-linux-uclibc"} - # Exclude mips64-*-linux-gnu because of <byteswap.h> usage in + # Exclude mips*-*-linux-gnu because of <byteswap.h> usage in # elf-entry.c for linux kernel headers. <byteswap.h> is a GNU # extension and doesn't exist on MacOS X + - {host: "macos-10.15", sample: "mips-unknown-linux-gnu"} - {host: "macos-10.15", sample: "mips64-unknown-linux-gnu"} steps: - name: Create case sensitive workspace volume for macOS |