10 lines
249 B
Plaintext
10 lines
249 B
Plaintext
|
|
# Building static toolchain causes problems on some distros which
|
|
# by default don't install static libs for all required dependencies
|
|
#CT_STATIC_TOOLCHAIN=y
|
|
CT_SAVE_TARBALLS=y
|
|
CT_LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE=y
|
|
CT_USE_SYSROOT=y
|
|
|
|
CT_ARCH_LE=y
|