Chris Packham 5e22128f9f
Some checks are pending
CI / crosstool (macos-13) (push) Waiting to run
CI / crosstool (ubuntu-22.04) (push) Waiting to run
CI / tarballs (ubuntu-22.04) (push) Blocked by required conditions
CI / toolchains (push) Blocked by required conditions
samples: Update ol7u9 configs
Update the ol7u9 configs to use versions of isl and cloog that work with
the version of GCC that oracle uses. Add a note that these configs are
obsolete. They will be dropped after the next release.

Signed-off-by: Chris Packham <judge.packham@gmail.com>
2025-01-22 09:14:22 +13:00

25 lines
705 B
Plaintext

CT_CONFIG_VERSION="4"
CT_OBSOLETE=y
CT_ARCH_ARM=y
CT_ARCH_FLOAT_SW=y
CT_TARGET_VENDOR="ol7u9"
CT_KERNEL_LINUX=y
CT_LINUX_V_3_10=y
CT_BINUTILS_USE_ORACLE=y
CT_BINUTILS_ORACLE_DEVEL_BRANCH="oracle/binutils/ol7-u9-arm"
CT_BINUTILS_ORACLE_V_2_27=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_ORACLE_DEVEL_BRANCH="oracle/glibc/ol7-u9"
CT_GLIBC_ORACLE_V_2_17=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_GCC_USE_ORACLE=y
CT_GCC_ORACLE_V_4_8=y
CT_CC_LANG_CXX=y
CT_CLOOG_V_0_18_1=y
CT_ISL_V_0_11=y