add samples for mips64-ol9u5
Some checks failed
CI / crosstool (macos-13) (push) Has been cancelled
CI / crosstool (ubuntu-22.04) (push) Has been cancelled
CI / tarballs (ubuntu-22.04) (push) Has been cancelled
CI / toolchains (push) Has been cancelled

Signed-off-by: Bruce McCulloch <bruce.mcculloch@oracle.com>
This commit is contained in:
Bruce McCulloch 2025-04-01 13:18:12 -07:00 committed by Chris Packham
parent c819f837f4
commit f9b7dd7d69
2 changed files with 32 additions and 0 deletions

View File

@ -0,0 +1,29 @@
CT_CONFIG_VERSION="4"
CT_ARCH_MIPS=y
CT_ARCH_mips_n64=y
CT_ARCH_64=y
CT_ARCH_FLOAT_HW=y
CT_KERNEL_LINUX=y
CT_CC_LANG_CXX=y
CT_TARGET_VENDOR="ol9u5"
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-u5-mips64"
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_GLIBC_ORACLE_DEVEL_BRANCH="oracle/glibc/ol9-u5-mips64"
CT_GCC_USE_ORACLE=y
CT_ISL_V_0_16=y
CT_GCC_ORACLE_V_11=y
CT_GCC_ORACLE_VERSION="11.5.0-2.0.1"
CT_GCC_ORACLE_DEVEL_BRANCH="oracle/gcc/ol9-u5"
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"

View File

@ -0,0 +1,3 @@
reporter_name="Bruce McCulloch"
reporter_url=""
reporter_comment="OL 9.5 toolchain configured for mips64"