summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorJose E. Marchesi <jose.marchesi@oracle.com>2020-11-03 15:11:35 (GMT)
committerChris Packham <judge.packham@gmail.com>2020-11-23 06:54:22 (GMT)
commitcd7098d41b1719f1ec8c5720d601d153dd0f67f5 (patch)
treeab5f6755743b31e5d7ccc8d337b8862f6849c7f5 /samples
parent470ce219af2ee28f32caaacc6c568b2bc6d1cc50 (diff)
Add sample configuration for Oracle Linux 7 on aarch64
Diffstat (limited to 'samples')
-rw-r--r--samples/aarch64-ol7u9-linux-gnu/crosstool.config21
-rw-r--r--samples/aarch64-ol7u9-linux-gnu/reported.by3
2 files changed, 24 insertions, 0 deletions
diff --git a/samples/aarch64-ol7u9-linux-gnu/crosstool.config b/samples/aarch64-ol7u9-linux-gnu/crosstool.config
new file mode 100644
index 0000000..165468c
--- /dev/null
+++ b/samples/aarch64-ol7u9-linux-gnu/crosstool.config
@@ -0,0 +1,21 @@
+CT_CONFIG_VERSION="3"
+CT_OBSOLETE=y
+CT_ARCH_ARM=y
+CT_ARCH_64=y
+CT_TARGET_VENDOR="ol7u9"
+CT_KERNEL_LINUX=y
+CT_LINUX_USE_ORACLE=y
+CT_LINUX_ORACLE_V_4_14=y
+CT_LINUX_ORACLE_VERSION="4.14.35-2025.400.8"
+CT_BINUTILS_USE_ORACLE=y
+CT_BINUTILS_ORACLE_V_2_27_44=y
+CT_BINUTILS_LINKER_LD_GOLD=y
+CT_BINUTILS_GOLD_THREADS=y
+CT_BINUTILS_LD_WRAPPER=y
+CT_BINUTILS_PLUGINS=y
+CT_GLIBC_USE_ORACLE=y
+CT_GLIBC_ORACLE_V_2_17_317_0_3=y
+CT_GCC_USE_ORACLE=y
+CT_GCC_ORACLE_V_4_8=y
+CT_GCC_ORACLE_VERSION="4.8.5-44.0.5"
+CT_CC_LANG_CXX=y
diff --git a/samples/aarch64-ol7u9-linux-gnu/reported.by b/samples/aarch64-ol7u9-linux-gnu/reported.by
new file mode 100644
index 0000000..964d9dd
--- /dev/null
+++ b/samples/aarch64-ol7u9-linux-gnu/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Jose E. Marchesi"
+reporter_url=""
+reporter_comment="OL 7.9 toolchain configured for AARCH64"