mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-26 14:19:19 +00:00
a646ab2a67
As per https://gcc.gnu.org/gcc-14/changes.html nios2 will be removed in GCC 15. Even in GCC 14 we need to pass --enable-obsolete to allow this target. Update our samples accordingly. Signed-off-by: Chris Packham <judge.packham@gmail.com>
14 lines
398 B
Plaintext
14 lines
398 B
Plaintext
CT_CONFIG_VERSION="4"
|
|
CT_EXPERIMENTAL=y
|
|
# CT_REMOVE_DOCS is not set
|
|
CT_ARCH_NIOS2=y
|
|
CT_STATIC_TOOLCHAIN=y
|
|
CT_TOOLCHAIN_BUGURL="https://bitbucket.org/netzimme/eax-gcc/issues?status=new&status=open"
|
|
CT_TARGET_VENDOR="spico"
|
|
CT_CANADIAN=y
|
|
CT_HOST="i686-w64-mingw32"
|
|
CT_CC_GCC_CORE_EXTRA_CONFIG_ARRAY="--enable-obsolete"
|
|
CT_CC_GCC_EXTRA_CONFIG_ARRAY="--enable-obsolete"
|
|
CT_CC_LANG_CXX=y
|
|
CT_DEBUG_GDB=y
|