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,
|
"-isystem", isystem,
|
||||||
"-B$hostSysRoot/usr/bin",
|
"-B$hostSysRoot/usr/bin",
|
||||||
"--sysroot=$sysRoot",
|
"--sysroot=$sysRoot",
|
||||||
"-mmacosx-version-min=10.10")
|
"-mmacosx-version-min=10.11")
|
||||||
"osx-ios" ->
|
"osx-ios" ->
|
||||||
return listOf(
|
return listOf(
|
||||||
"-arch", "arm64",
|
"-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
|
target platforms. Currently _Kotlin/Native_ is being shipped and tested with support for
|
||||||
the following platforms:
|
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
|
* 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`)
|
* Apple iOS (arm64), cross-compiled on MacOS X host (`-target iphone`)
|
||||||
* Raspberry Pi, cross-compiled on Linux host (`-target raspberrypi`)
|
* 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
|
llvmLtoFlags.osx = -exported-symbol=_Konan_main
|
||||||
llvmLtoOptFlags.osx = -O3 -function-sections
|
llvmLtoOptFlags.osx = -O3 -function-sections
|
||||||
llvmLtoNooptFlags.osx = -O1
|
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++
|
linkerKonanFlags.osx = -lc++
|
||||||
linkerOptimizationFlags.osx = -dead_strip
|
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
|
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
|
dependencies.osx = target-sysroot-1-darwin-macos libffi-3.2.1-2-darwin-macos clang-llvm-3.9.0-darwin-macos
|
||||||
|
|
||||||
|
|||||||
+1
-1
@@ -16,7 +16,7 @@
|
|||||||
|
|
||||||
kotlin_version=1.1.0
|
kotlin_version=1.1.0
|
||||||
llvmVersion = 3.9.0
|
llvmVersion = 3.9.0
|
||||||
minMacOsVersion = 10.10
|
minMacOsVersion = 10.11
|
||||||
remoteRoot=konan_tests
|
remoteRoot=konan_tests
|
||||||
#kotlinCompilerModule=org.jetbrains.kotlin:kotlin-compiler:1.1-SNAPSHOT
|
#kotlinCompilerModule=org.jetbrains.kotlin:kotlin-compiler:1.1-SNAPSHOT
|
||||||
# Download artifacts of https://teamcity.jetbrains.com/viewType.html?buildTypeId=bt345
|
# Download artifacts of https://teamcity.jetbrains.com/viewType.html?buildTypeId=bt345
|
||||||
|
|||||||
Reference in New Issue
Block a user