mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 13:23:08 +00:00
15 lines
306 B
Plaintext
15 lines
306 B
Plaintext
|
CT_LOCAL_TARBALLS_DIR="${HOME}/src"
|
||
|
CT_SAVE_TARBALLS=y
|
||
|
CT_LOG_EXTRA=y
|
||
|
CT_ARCH_sh=y
|
||
|
CT_ARCH_SH_SH4=y
|
||
|
CT_TARGET_VENDOR="multilib"
|
||
|
CT_KERNEL_linux=y
|
||
|
CT_BINUTILS_PLUGINS=y
|
||
|
CT_LIBC_uClibc=y
|
||
|
CT_CC_GCC_V_4_9_3=y
|
||
|
CT_CC_GCC_MULTILIB_LIST="m4,m4a,m3"
|
||
|
CT_CC_LANG_CXX=y
|
||
|
CT_DEBUG_gdb=y
|
||
|
# CT_GDB_CROSS_PYTHON is not set
|