summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
Diffstat (limited to 'samples')
-rw-r--r--samples/arm-picolibc-eabi/crosstool.config12
-rw-r--r--samples/arm-picolibc-eabi/reported.by3
-rw-r--r--samples/mips64-unknown-linux-gnu/crosstool.config7
-rw-r--r--samples/mips64-unknown-linux-gnu/reported.by3
-rw-r--r--samples/s390-ibm-linux-gnu/crosstool.config1
-rw-r--r--samples/s390-unknown-linux-gnu/crosstool.config6
-rw-r--r--samples/s390-unknown-linux-gnu/reported.by3
-rw-r--r--samples/s390x-ibm-linux-gnu/crosstool.config1
-rw-r--r--samples/s390x-unknown-linux-gnu/crosstool.config6
-rw-r--r--samples/s390x-unknown-linux-gnu/reported.by3
10 files changed, 45 insertions, 0 deletions
diff --git a/samples/arm-picolibc-eabi/crosstool.config b/samples/arm-picolibc-eabi/crosstool.config
new file mode 100644
index 0000000..7f7d42a
--- /dev/null
+++ b/samples/arm-picolibc-eabi/crosstool.config
@@ -0,0 +1,12 @@
+CT_CONFIG_VERSION="3"
+CT_ARCH_ARM=y
+CT_MULTILIB=y
+CT_ARCH_FLOAT_SW=y
+CT_TARGET_VENDOR="picolibc"
+CT_CC_LANG_CXX=n
+CT_LIBC="picolibc"
+CT_LIBC_NEWLIB=n
+CT_LIBC_PICOLIBC=y
+CT_CC_GCC_CONFIG_TLS=y
+CT_TARGET_CFLAGS="-ftls-model=local-exec"
+CT_CC_GCC_MULTILIB_LIST="rmprofile"
diff --git a/samples/arm-picolibc-eabi/reported.by b/samples/arm-picolibc-eabi/reported.by
new file mode 100644
index 0000000..b3bfb49
--- /dev/null
+++ b/samples/arm-picolibc-eabi/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Keith Packard"
+reporter_url="http://keithp.com/"
+reporter_comment="Based on arm-unknown-eabi"
diff --git a/samples/mips64-unknown-linux-gnu/crosstool.config b/samples/mips64-unknown-linux-gnu/crosstool.config
new file mode 100644
index 0000000..a33fd90
--- /dev/null
+++ b/samples/mips64-unknown-linux-gnu/crosstool.config
@@ -0,0 +1,7 @@
+CT_CONFIG_VERSION="3"
+CT_ARCH_MIPS=y
+CT_ARCH_mips_n64=y
+CT_ARCH_64=y
+CT_ARCH_FLOAT_HW=y
+CT_KERNEL_LINUX=y
+CT_CC_LANG_CXX=y
diff --git a/samples/mips64-unknown-linux-gnu/reported.by b/samples/mips64-unknown-linux-gnu/reported.by
new file mode 100644
index 0000000..41eaaff
--- /dev/null
+++ b/samples/mips64-unknown-linux-gnu/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Chris Packham"
+reporter_url=""
+reporter_comment="Big-endian configuration for MIPS/glibc."
diff --git a/samples/s390-ibm-linux-gnu/crosstool.config b/samples/s390-ibm-linux-gnu/crosstool.config
index bf6fbe0..06fb9f6 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 0000000..bf6fbe0
--- /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 0000000..6fb7272
--- /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 55b1622..8b4bb08 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 0000000..55b1622
--- /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 0000000..7ac1e07
--- /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"