From ebae86dea79e1ce62ae3d6849d7292d99a5b199e Mon Sep 17 00:00:00 2001 From: Pradipta Ghosh Date: Fri, 21 Aug 2020 02:24:34 -0700 Subject: Adding new samples s390x/s390-unknown-linux-gnu - s390x/s390 is allowed to pair with other vendor name. - new samples are being added to use this flexibility. - Fix space issue --- samples/s390-unknown-linux-gnu/crosstool.config | 6 ++++++ samples/s390-unknown-linux-gnu/reported.by | 3 +++ 2 files changed, 9 insertions(+) create mode 100644 samples/s390-unknown-linux-gnu/crosstool.config create mode 100644 samples/s390-unknown-linux-gnu/reported.by (limited to 'samples/s390-unknown-linux-gnu') diff --git a/samples/s390-unknown-linux-gnu/crosstool.config b/samples/s390-unknown-linux-gnu/crosstool.config new file mode 100644 index 00000000..bf6fbe03 --- /dev/null +++ b/samples/s390-unknown-linux-gnu/crosstool.config @@ -0,0 +1,6 @@ +CT_CONFIG_VERSION="3" +CT_EXPERIMENTAL=y +CT_ARCH_S390=y +CT_KERNEL_LINUX=y +CT_BINUTILS_PLUGINS=y +CT_CC_LANG_CXX=y diff --git a/samples/s390-unknown-linux-gnu/reported.by b/samples/s390-unknown-linux-gnu/reported.by new file mode 100644 index 00000000..6fb72728 --- /dev/null +++ b/samples/s390-unknown-linux-gnu/reported.by @@ -0,0 +1,3 @@ +reporter_name="Pradipta Ghosh" +reporter_url="https://github.com/pradghos/crosstool-ng" +reporter_comment="reference samples s390-ibm-linux-gnu" -- cgit v1.2.3