diff --git a/linux-tkg-config/prepare b/linux-tkg-config/prepare index 96af92c..dcb3bfb 100644 --- a/linux-tkg-config/prepare +++ b/linux-tkg-config/prepare @@ -486,7 +486,7 @@ _tkg_srcprep() { sed -i -e 's/CONFIG_DEBUG_INFO.*/CONFIG_DEBUG_INFO=n/' ./.config fi if [ "$_compiler_name" = "-llvm" ]; then - if [ "$_basever" = "59" ]; then + if [ "$_basever" != "54" ] && [ "$_basever" != "57" ] && [ "$_basever" != "58" ]; then echo 'CONFIG_INIT_STACK_ALL_PATTERN=n' >> ./.config else echo 'CONFIG_INIT_STACK_ALL=n' >> ./.config