crosstool-ng/samples/x86_64-ol8u6-linux-gnu/crosstool.config
Guillermo E. Martinez 2d6d22d96d 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>
2022-05-31 19:59:32 +12:00

22 lines
615 B
Plaintext

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"