Bumped minimal MacOS version from 10.10 to 10.11.
This commit is contained in:
committed by
alexander-gorshenev
parent
d997d26104
commit
1c2af73468
+1
-1
@@ -203,7 +203,7 @@ private fun Properties.defaultCompilerOpts(target: String, dependencies: String)
|
||||
"-isystem", isystem,
|
||||
"-B$hostSysRoot/usr/bin",
|
||||
"--sysroot=$sysRoot",
|
||||
"-mmacosx-version-min=10.10")
|
||||
"-mmacosx-version-min=10.11")
|
||||
"osx-ios" ->
|
||||
return listOf(
|
||||
"-arch", "arm64",
|
||||
|
||||
+1
-1
@@ -20,7 +20,7 @@ basic runtime shipped along with the translator, we only support a subset of all
|
||||
target platforms. Currently _Kotlin/Native_ is being shipped and tested with support for
|
||||
the following platforms:
|
||||
|
||||
* Mac OS X 10.10 and later (x86-64)
|
||||
* Mac OS X 10.11 and later (x86-64)
|
||||
* x86-64 Ubuntu Linux (14.04, 16.04 and later), other Linux flavours may work as well
|
||||
* Apple iOS (arm64), cross-compiled on MacOS X host (`-target iphone`)
|
||||
* Raspberry Pi, cross-compiled on Linux host (`-target raspberrypi`)
|
||||
|
||||
@@ -27,10 +27,10 @@ llvmHome.osx = clang-llvm-3.9.0-darwin-macos
|
||||
llvmLtoFlags.osx = -exported-symbol=_Konan_main
|
||||
llvmLtoOptFlags.osx = -O3 -function-sections
|
||||
llvmLtoNooptFlags.osx = -O1
|
||||
llvmLlcFlags.osx = -mtriple=x86_64-apple-macosx10.10.0 --disable-fp-elim
|
||||
llvmLlcFlags.osx = -mtriple=x86_64-apple-macosx10.11.0 --disable-fp-elim
|
||||
linkerKonanFlags.osx = -lc++
|
||||
linkerOptimizationFlags.osx = -dead_strip
|
||||
osVersionMin.osx = -macosx_version_min 10.10.0
|
||||
osVersionMin.osx = -macosx_version_min 10.11.0
|
||||
entrySelector.osx = -alias _Konan_main _main
|
||||
dependencies.osx = target-sysroot-1-darwin-macos libffi-3.2.1-2-darwin-macos clang-llvm-3.9.0-darwin-macos
|
||||
|
||||
|
||||
+2
-2
@@ -16,10 +16,10 @@
|
||||
|
||||
kotlin_version=1.1.0
|
||||
llvmVersion = 3.9.0
|
||||
minMacOsVersion = 10.10
|
||||
minMacOsVersion = 10.11
|
||||
remoteRoot=konan_tests
|
||||
#kotlinCompilerModule=org.jetbrains.kotlin:kotlin-compiler:1.1-SNAPSHOT
|
||||
# Download artifacts of https://teamcity.jetbrains.com/viewType.html?buildTypeId=bt345
|
||||
testDataVersion=1009012:id
|
||||
kotlinCompilerModule=org.jetbrains.kotlin:kotlin-compiler:1.1-20170310.145051-441
|
||||
konanVersion=0.1
|
||||
konanVersion=0.1
|
||||
|
||||
Reference in New Issue
Block a user