diff --git a/crosstool-config-overrides b/crosstool-config-overrides index 3fe499c..a021795 100644 --- a/crosstool-config-overrides +++ b/crosstool-config-overrides @@ -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