diff options
author | Chris Packham <judge.packham@gmail.com> | 2023-11-11 16:24:01 +1300 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2023-11-25 15:41:47 +1300 |
commit | cd0d14697dfaf6ab688ea6dd465cecaf888f6e36 (patch) | |
tree | 2d3bac88980e1d77a61a5533d633a688347ad61e | |
parent | 3758304b019f11ce8315de5287531bd5dc3b392c (diff) | |
download | crosstool-ng-cd0d14697dfaf6ab688ea6dd465cecaf888f6e36.tar.gz crosstool-ng-cd0d14697dfaf6ab688ea6dd465cecaf888f6e36.tar.bz2 crosstool-ng-cd0d14697dfaf6ab688ea6dd465cecaf888f6e36.zip |
CI: Add sample for hppa-unknown-linux-gnu
Add sample for hppa/parisc and include in CI builds.
Signed-off-by: Chris Packham <judge.packham@gmail.com>
-rw-r--r-- | .github/workflows/continuous-integration-workflow.yml | 1 | ||||
-rw-r--r-- | samples/hppa-unknown-linux-gnu/crosstool.config | 4 | ||||
-rw-r--r-- | samples/hppa-unknown-linux-gnu/reported.by | 3 |
3 files changed, 8 insertions, 0 deletions
diff --git a/.github/workflows/continuous-integration-workflow.yml b/.github/workflows/continuous-integration-workflow.yml index 7870eb53..c25235bd 100644 --- a/.github/workflows/continuous-integration-workflow.yml +++ b/.github/workflows/continuous-integration-workflow.yml @@ -113,6 +113,7 @@ jobs: "arm-unknown-linux-musleabi", "armv6-nommu-linux-uclibcgnueabi", "avr", + "hppa-unknown-linux-gnu", "i686-w64-mingw32", "loongarch64-unknown-linux-gnu", "mips-unknown-elf", diff --git a/samples/hppa-unknown-linux-gnu/crosstool.config b/samples/hppa-unknown-linux-gnu/crosstool.config new file mode 100644 index 00000000..f52daaa4 --- /dev/null +++ b/samples/hppa-unknown-linux-gnu/crosstool.config @@ -0,0 +1,4 @@ +CT_CONFIG_VERSION="4" +CT_EXPERIMENTAL=y +CT_ARCH_PARISC=y +CT_KERNEL_LINUX=y diff --git a/samples/hppa-unknown-linux-gnu/reported.by b/samples/hppa-unknown-linux-gnu/reported.by new file mode 100644 index 00000000..8bba5a05 --- /dev/null +++ b/samples/hppa-unknown-linux-gnu/reported.by @@ -0,0 +1,3 @@ +reporter_name="John David Anglin" +reporter_url="" +reporter_comment="" |