crosstool-ng/samples/x86_64-ol9u2-linux-gnu/crosstool.config
Cupertino Miranda ad03abc71d 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>
2024-06-26 14:55:01 +12:00

28 lines
915 B
Plaintext

CT_CONFIG_VERSION="4"
CT_ARCH_X86=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"