mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-19 04:47:52 +00:00
66ac9e649a
This commit adds support for the following Oracle products, targeting Oracle Linux 8.7: Binutils 2.30-117.0.1 GCC 8.5.0-15.0.2 glibc 2.28-211.1.0.1 UEK5/u4 4.14.35-2025.400.8 Sample configuration files are provided for the following triplets: aarch64-ol8u7-linux-gnu x86_64-ol8u7-linux-gnu i686-ol8u7-linux-gnu Signed-off-by: Cupertino Miranda <cupertino.miranda@oracle.com>
25 lines
743 B
Plaintext
25 lines
743 B
Plaintext
CT_CONFIG_VERSION="4"
|
|
CT_ARCH_X86=y
|
|
CT_ARCH_64=y
|
|
CT_TARGET_VENDOR="ol8u7"
|
|
CT_KERNEL_LINUX=y
|
|
CT_LINUX_USE_ORACLE=y
|
|
CT_BINUTILS_USE_ORACLE=y
|
|
CT_BINUTILS_ORACLE_V_2_30=y
|
|
CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol8-u7"
|
|
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_CC_LANG_CXX=y
|
|
CT_GLIBC_ORACLE_DEVEL_BRANCH="oracle/glibc/ol8-u7"
|
|
CT_GCC_USE_ORACLE=y
|
|
CT_ISL_V_0_16=y
|
|
CT_GCC_ORACLE_V_8=y
|
|
CT_GCC_ORACLE_VERSION="8.7.0"
|
|
CT_GCC_ORACLE_DEVEL_BRANCH="oracle/gcc/ol8-u7-x86"
|