diff options
-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="" |