mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-07 03:19:14 +00:00
Graphite loop optimizations require the isl and cloog libraries. ct-ng doesn't have an old enough version of these for the ol7 version of GCC. Disabling GRAPHITE support allows the toolchains to build. Signed-off-by: Chris Packham <judge.packham@gmail.com>
25 lines
742 B
Plaintext
25 lines
742 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_GCC_ORACLE_VERSION="4.8.5-44.0.5"
|
|
# CT_CC_GCC_USE_GRAPHITE is not set
|
|
CT_CC_LANG_CXX=y
|