Disable building static toolchain - causes problems at least on Arch Linux.
This commit is contained in:
parent
0d6d0b8f5e
commit
27c8eaf6f5
1 changed files with 3 additions and 1 deletions
|
@ -1,3 +1,5 @@
|
||||||
CT_STATIC_TOOLCHAIN=y
|
# 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_LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE=y
|
CT_LIBC_NEWLIB_ENABLE_TARGET_OPTSPACE=y
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue