aboutsummaryrefslogtreecommitdiff
path: root/samples/aarch64-ol9u2-linux-gnu
diff options
context:
space:
mode:
authorCupertino Miranda <cupertino.miranda@oracle.com>2024-04-03 16:02:03 +0100
committerChris Packham <judge.packham@gmail.com>2024-06-26 14:55:01 +1200
commitad03abc71dc361e6748631da7cb40359bc2b846a (patch)
tree889e622d4c34c7c1184667c83511f13158ce7c29 /samples/aarch64-ol9u2-linux-gnu
parent5ee38acb6a99355235f5ecf2d70f621e5ffb88f9 (diff)
downloadcrosstool-ng-ad03abc71dc361e6748631da7cb40359bc2b846a.tar.gz
crosstool-ng-ad03abc71dc361e6748631da7cb40359bc2b846a.tar.bz2
crosstool-ng-ad03abc71dc361e6748631da7cb40359bc2b846a.zip
Add support for newer Oracle Linux toolchain versions
This commit adds support for ol8-u8 and ol9-u2 toolchain versions. Signed-off-by: Cupertino Miranda <cupertino.miranda@oracle.com>
Diffstat (limited to 'samples/aarch64-ol9u2-linux-gnu')
-rw-r--r--samples/aarch64-ol9u2-linux-gnu/crosstool.config27
-rw-r--r--samples/aarch64-ol9u2-linux-gnu/reported.by3
2 files changed, 30 insertions, 0 deletions
diff --git a/samples/aarch64-ol9u2-linux-gnu/crosstool.config b/samples/aarch64-ol9u2-linux-gnu/crosstool.config
new file mode 100644
index 00000000..08c62dfd
--- /dev/null
+++ b/samples/aarch64-ol9u2-linux-gnu/crosstool.config
@@ -0,0 +1,27 @@
+CT_CONFIG_VERSION="4"
+CT_ARCH_ARM=y
+CT_ARCH_64=y
+CT_TARGET_VENDOR="ol9u2"
+CT_KERNEL_LINUX=y
+CT_LINUX_USE_ORACLE=y
+CT_BINUTILS_USE_ORACLE=y
+CT_BINUTILS_ORACLE_V_2_35=y
+CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol9-u2"
+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_GLIBC_ENABLE_DEBUG=n
+CT_GLIBC_ORACLE_V_2_34=y
+CT_CC_LANG_CXX=y
+CT_GLIBC_ORACLE_DEVEL_BRANCH="oracle/glibc/ol9-u2"
+CT_GCC_USE_ORACLE=y
+CT_ISL_V_0_16=y
+CT_GCC_ORACLE_V_11=y
+CT_GCC_ORACLE_VERSION="11.2.0"
+CT_GCC_ORACLE_DEVEL_BRANCH="oracle/gcc/ol9-u2"
+CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY="--enable-host-pie --enable-host-bind-now"
+CT_CC_GCC_EXTRA_CONFIG_ARRAY="--enable-host-pie --enable-host-bind-now"
diff --git a/samples/aarch64-ol9u2-linux-gnu/reported.by b/samples/aarch64-ol9u2-linux-gnu/reported.by
new file mode 100644
index 00000000..4438ed55
--- /dev/null
+++ b/samples/aarch64-ol9u2-linux-gnu/reported.by
@@ -0,0 +1,3 @@
+reporter_name="Cupertino Miranda"
+reporter_url=""
+reporter_comment="OL 9.2 toolchain configured for aarch64"