aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorGuillermo E. Martinez <guillermo.e.martinez@oracle.com>2022-05-19 09:44:30 -0500
committerChris Packham <judge.packham@gmail.com>2022-05-31 19:59:32 +1200
commit2d6d22d96d921e70fd521948e5c977814141d88c (patch)
treefeb5fb8b701e7cc562723e131a5b984d82a1c561 /samples
parentb88d3385162415294cba57e7b4cecc03259548fb (diff)
downloadcrosstool-ng-2d6d22d96d921e70fd521948e5c977814141d88c.tar.gz
crosstool-ng-2d6d22d96d921e70fd521948e5c977814141d88c.tar.bz2
crosstool-ng-2d6d22d96d921e70fd521948e5c977814141d88c.zip
Add Oracle ol8u6 product to crosstool-ng
This commit adds support for the following Oracle products, in order to target Oracle Linux 8.6: Binutils 2.30-113.0.1 GCC 8.5.0-10.0.2 glibc 2.28-189.1.0.1 UEK5/u4 4.14.35-2025.400.8 Sample configuration files are provides for the following triplets: aarch64-ol8u6-linux-gnu x86_64-ol8u6-linux-gnu i686-ol8u6-linux-gnu Signed-off-by: Guillermo E. Martinez <guillermo.e.martinez@oracle.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/aarch64-ol8u6-linux-gnu/crosstool.config21
-rw-r--r--samples/aarch64-ol8u6-linux-gnu/reported.by3
-rw-r--r--samples/i686-ol8u6-linux-gnu/crosstool.config21
-rw-r--r--samples/i686-ol8u6-linux-gnu/reported.by3
-rw-r--r--samples/x86_64-ol8u6-linux-gnu/crosstool.config21
-rw-r--r--samples/x86_64-ol8u6-linux-gnu/reported.by3
6 files changed, 72 insertions, 0 deletions
diff --git a/samples/aarch64-ol8u6-linux-gnu/crosstool.config b/samples/aarch64-ol8u6-linux-gnu/crosstool.config
new file mode 100644
index 00000000..17b0219a
--- /dev/null
+++ b/samples/aarch64-ol8u6-linux-gnu/crosstool.config
@@ -0,0 +1,21 @@
+CT_CONFIG_VERSION="4"
+CT_ARCH_ARM=y
+CT_ARCH_64=y
+CT_TARGET_VENDOR="ol8u6"
+CT_KERNEL_LINUX=y
+CT_LINUX_USE_ORACLE=y
+CT_BINUTILS_USE_ORACLE=y
+CT_BINUTILS_ORACLE_V_2_30_113=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_EXTRA_CFLAGS="-Wno-missing-attributes -Wno-array-bounds -Wno-array-parameter -Wno-stringop-overflow -Wno-maybe-uninitialized"
+CT_GLIBC_ENABLE_COMMON_FLAG=y
+CT_CC_LANG_CXX=y
+CT_GCC_USE_ORACLE=y
+CT_ISL_V_0_16=y
+CT_GCC_ORACLE_V_8=y
+CT_GCC_ORACLE_VERSION="8.5.0"
+CT_GCC_ORACLE_DEVEL_BRANCH="oracle/gcc/ol8-u6-aarch64"
diff --git a/samples/aarch64-ol8u6-linux-gnu/reported.by b/samples/aarch64-ol8u6-linux-gnu/reported.by
new file mode 100644
index 00000000..7817c94c
--- /dev/null
+++ b/samples/aarch64-ol8u6-linux-gnu/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Guillermo E. Martinez"
+reporter_url=""
+reporter_comment="OL 8.6 toolchain configured for AARCH64"
diff --git a/samples/i686-ol8u6-linux-gnu/crosstool.config b/samples/i686-ol8u6-linux-gnu/crosstool.config
new file mode 100644
index 00000000..3a0eb7fb
--- /dev/null
+++ b/samples/i686-ol8u6-linux-gnu/crosstool.config
@@ -0,0 +1,21 @@
+CT_CONFIG_VERSION="4"
+CT_ARCH_X86=y
+CT_ARCH_ARCH="i686"
+CT_TARGET_VENDOR="ol8u6"
+CT_KERNEL_LINUX=y
+CT_LINUX_USE_ORACLE=y
+CT_BINUTILS_USE_ORACLE=y
+CT_BINUTILS_ORACLE_V_2_30_113=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_EXTRA_CFLAGS="-Wno-missing-attributes -Wno-array-bounds -Wno-array-parameter -Wno-stringop-overflow -Wno-maybe-uninitialized"
+CT_GLIBC_ENABLE_COMMON_FLAG=y
+CT_CC_LANG_CXX=y
+CT_GCC_USE_ORACLE=y
+CT_ISL_V_0_16=y
+CT_GCC_ORACLE_V_8=y
+CT_GCC_ORACLE_VERSION="8.5.0"
+CT_GCC_ORACLE_DEVEL_BRANCH="oracle/gcc/ol8-u6-x86"
diff --git a/samples/i686-ol8u6-linux-gnu/reported.by b/samples/i686-ol8u6-linux-gnu/reported.by
new file mode 100644
index 00000000..8d3e113f
--- /dev/null
+++ b/samples/i686-ol8u6-linux-gnu/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Guillermo E. Martinez"
+reporter_url=""
+reporter_comment="OL 8.6 toolchain configured for i686"
diff --git a/samples/x86_64-ol8u6-linux-gnu/crosstool.config b/samples/x86_64-ol8u6-linux-gnu/crosstool.config
new file mode 100644
index 00000000..e8828adc
--- /dev/null
+++ b/samples/x86_64-ol8u6-linux-gnu/crosstool.config
@@ -0,0 +1,21 @@
+CT_CONFIG_VERSION="4"
+CT_ARCH_X86=y
+CT_ARCH_64=y
+CT_TARGET_VENDOR="ol8u6"
+CT_KERNEL_LINUX=y
+CT_LINUX_USE_ORACLE=y
+CT_BINUTILS_USE_ORACLE=y
+CT_BINUTILS_ORACLE_V_2_30_113=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_EXTRA_CFLAGS="-Wno-missing-attributes -Wno-array-bounds -Wno-array-parameter -Wno-stringop-overflow -Wno-maybe-uninitialized"
+CT_GLIBC_ENABLE_COMMON_FLAG=y
+CT_CC_LANG_CXX=y
+CT_GCC_USE_ORACLE=y
+CT_ISL_V_0_16=y
+CT_GCC_ORACLE_V_8=y
+CT_GCC_ORACLE_VERSION="8.5.0"
+CT_GCC_ORACLE_DEVEL_BRANCH="oracle/gcc/ol8-u6-x86"
diff --git a/samples/x86_64-ol8u6-linux-gnu/reported.by b/samples/x86_64-ol8u6-linux-gnu/reported.by
new file mode 100644
index 00000000..426fadf0
--- /dev/null
+++ b/samples/x86_64-ol8u6-linux-gnu/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Guillermo E. Martinez"
+reporter_url=""
+reporter_comment="OL 8.6 toolchain configured for x86_64"