mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-30 09:38:52 +00:00
a596ec5b39
(see the comments in the code for details on the issue) Old workaround in 100-gcc.sh stopped working (probably, due to one of GCC version upgrades), so switch to the other approach originally described there: adjust the list of multilibs to not include the default target explicitly. Signed-off-by: Alexey Neyman <stilor@att.net>
10 lines
193 B
Plaintext
10 lines
193 B
Plaintext
CT_ARCH_sh=y
|
|
CT_ARCH_SH_SH4=y
|
|
CT_TARGET_VENDOR="multilib"
|
|
CT_KERNEL_linux=y
|
|
CT_BINUTILS_PLUGINS=y
|
|
CT_CC_GCC_MULTILIB_LIST="m4a"
|
|
CT_CC_LANG_CXX=y
|
|
CT_DEBUG_gdb=y
|
|
# CT_GDB_CROSS_PYTHON is not set
|