mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-01-10 15:02:56 +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>
11 lines
268 B
Plaintext
11 lines
268 B
Plaintext
CT_CONFIG_VERSION="4"
|
|
CT_ARCH_NIOS2=y
|
|
CT_ARCH_USE_MMU=y
|
|
CT_TARGET_VENDOR="altera"
|
|
CT_KERNEL_LINUX=y
|
|
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
|
|
# CT_GDB_CROSS_PYTHON is not set
|