Browse Source

Don't additionally set OS_SDK explicitly when it is equal to default
commit_hash:f51cceb1d4f818dec969157d00aba71749417216

akhropov 2 months ago
parent
commit
f9f2df2cfd
1 changed files with 0 additions and 6 deletions
  1. 0 6
      build/ymake_conf.py

+ 0 - 6
build/ymake_conf.py

@@ -1090,12 +1090,6 @@ class GnuToolchainOptions(ToolchainOptions):
 
     def _default_os_sdk(self):
         if self.target.is_linux:
-            if self.target.is_armv8:
-                return 'ubuntu-16'
-
-            if self.target.is_armv7 and self.target.armv7_float_abi == 'hard':
-                return 'ubuntu-16'
-
             if self.target.is_armv7 and self.target.armv7_float_abi == 'softfp':
                 return 'ubuntu-18'