summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorJose E. Marchesi <jose.marchesi@oracle.com>2020-11-02 16:46:05 (GMT)
committerChris Packham <judge.packham@gmail.com>2020-11-23 06:54:22 (GMT)
commit470ce219af2ee28f32caaacc6c568b2bc6d1cc50 (patch)
tree79d42030d3953dcc54fbaaacc50cf6fa76875391 /samples
parent98d7be9cbf08a0c9a32f6e9cd56fddacb295254f (diff)
Add Oracle products to crosstool-ng
This commit adds support for the following Oracle products, in order to target Oracle Linux 7.9: Binutils 2.27-44.base.0.400 GCC 4.8.5-44.0.5 glibc 2.17-317.0.3 UEK5/u4 4.14.35-2025.400.8 Sample configuration files are provides for the following triplets: arm-ol7u9-linux-gnueabi arm-ol7u9-linux-gnueabihf Signed-off-by: Egeyar Bagcioglu <egeyar.bagcioglu@oracle.com> Signed-off-by: Jose E. Marchesi <jose.marchesi@oracle.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/arm-ol7u9-linux-gnueabi/crosstool.config21
-rw-r--r--samples/arm-ol7u9-linux-gnueabi/reported.by3
-rw-r--r--samples/arm-ol7u9-linux-gnueabihf/crosstool.config21
-rw-r--r--samples/arm-ol7u9-linux-gnueabihf/reported.by3
4 files changed, 48 insertions, 0 deletions
diff --git a/samples/arm-ol7u9-linux-gnueabi/crosstool.config b/samples/arm-ol7u9-linux-gnueabi/crosstool.config
new file mode 100644
index 0000000..1894fe8
--- /dev/null
+++ b/samples/arm-ol7u9-linux-gnueabi/crosstool.config
@@ -0,0 +1,21 @@
+CT_CONFIG_VERSION="3"
+CT_OBSOLETE=y
+CT_ARCH_ARM=y
+CT_TARGET_VENDOR="ol7u9"
+CT_ARCH_FLOAT_SW=y
+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/arm-ol7u9-linux-gnueabi/reported.by b/samples/arm-ol7u9-linux-gnueabi/reported.by
new file mode 100644
index 0000000..19080fa
--- /dev/null
+++ b/samples/arm-ol7u9-linux-gnueabi/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Jose E. Marchesi"
+reporter_url=""
+reporter_comment="OL 7.9 toolchain configured for ARM w/o fp hardware"
diff --git a/samples/arm-ol7u9-linux-gnueabihf/crosstool.config b/samples/arm-ol7u9-linux-gnueabihf/crosstool.config
new file mode 100644
index 0000000..1673129
--- /dev/null
+++ b/samples/arm-ol7u9-linux-gnueabihf/crosstool.config
@@ -0,0 +1,21 @@
+CT_CONFIG_VERSION="3"
+CT_OBSOLETE=y
+CT_ARCH_ARM=y
+CT_TARGET_VENDOR="ol7u9"
+CT_ARCH_FLOAT_HW=y
+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/arm-ol7u9-linux-gnueabihf/reported.by b/samples/arm-ol7u9-linux-gnueabihf/reported.by
new file mode 100644
index 0000000..96dee7e
--- /dev/null
+++ b/samples/arm-ol7u9-linux-gnueabihf/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Jose E. Marchesi"
+reporter_url=""
+reporter_comment="OL 7.9 toolchain configured for ARM with fp hardware"