diff options
author | Chris Packham <judge.packham@gmail.com> | 2020-09-06 21:44:21 +1200 |
---|---|---|
committer | Chris Packham <judge.packham@gmail.com> | 2020-09-06 21:44:21 +1200 |
commit | 54bd54ee1929b387df4bb8ef3f09c7578c06a21b (patch) | |
tree | ffd92e9bf2089f05551d836a2b38e9b88f607747 /samples | |
parent | 165d6016384e53c9e9c58a26bff37c171d1cb0a6 (diff) | |
parent | ebae86dea79e1ce62ae3d6849d7292d99a5b199e (diff) | |
download | crosstool-ng-54bd54ee1929b387df4bb8ef3f09c7578c06a21b.tar.gz crosstool-ng-54bd54ee1929b387df4bb8ef3f09c7578c06a21b.tar.bz2 crosstool-ng-54bd54ee1929b387df4bb8ef3f09c7578c06a21b.zip |
Merge branch 'BR1_zlinux_cross_comp' of git://github.com/pradghos/crosstool-ng into pradghos-BR1_zlinux_cross_comp
Diffstat (limited to 'samples')
-rw-r--r-- | samples/s390-ibm-linux-gnu/crosstool.config | 1 | ||||
-rw-r--r-- | samples/s390-unknown-linux-gnu/crosstool.config | 6 | ||||
-rw-r--r-- | samples/s390-unknown-linux-gnu/reported.by | 3 | ||||
-rw-r--r-- | samples/s390x-ibm-linux-gnu/crosstool.config | 1 | ||||
-rw-r--r-- | samples/s390x-unknown-linux-gnu/crosstool.config | 6 | ||||
-rw-r--r-- | samples/s390x-unknown-linux-gnu/reported.by | 3 |
6 files changed, 20 insertions, 0 deletions
diff --git a/samples/s390-ibm-linux-gnu/crosstool.config b/samples/s390-ibm-linux-gnu/crosstool.config index bf6fbe03..06fb9f6f 100644 --- a/samples/s390-ibm-linux-gnu/crosstool.config +++ b/samples/s390-ibm-linux-gnu/crosstool.config @@ -1,6 +1,7 @@ CT_CONFIG_VERSION="3" CT_EXPERIMENTAL=y CT_ARCH_S390=y +CT_TARGET_VENDOR="ibm" CT_KERNEL_LINUX=y CT_BINUTILS_PLUGINS=y CT_CC_LANG_CXX=y 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" diff --git a/samples/s390x-ibm-linux-gnu/crosstool.config b/samples/s390x-ibm-linux-gnu/crosstool.config index 55b1622e..8b4bb083 100644 --- a/samples/s390x-ibm-linux-gnu/crosstool.config +++ b/samples/s390x-ibm-linux-gnu/crosstool.config @@ -1,6 +1,7 @@ CT_CONFIG_VERSION="3" CT_ARCH_S390=y CT_ARCH_64=y +CT_TARGET_VENDOR="ibm" CT_KERNEL_LINUX=y CT_BINUTILS_PLUGINS=y CT_CC_LANG_CXX=y diff --git a/samples/s390x-unknown-linux-gnu/crosstool.config b/samples/s390x-unknown-linux-gnu/crosstool.config new file mode 100644 index 00000000..55b1622e --- /dev/null +++ b/samples/s390x-unknown-linux-gnu/crosstool.config @@ -0,0 +1,6 @@ +CT_CONFIG_VERSION="3" +CT_ARCH_S390=y +CT_ARCH_64=y +CT_KERNEL_LINUX=y +CT_BINUTILS_PLUGINS=y +CT_CC_LANG_CXX=y diff --git a/samples/s390x-unknown-linux-gnu/reported.by b/samples/s390x-unknown-linux-gnu/reported.by new file mode 100644 index 00000000..7ac1e074 --- /dev/null +++ b/samples/s390x-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 s390x-ibm-linux-gnu" |