Vlad Balan
02/17/2020, 11:34 AM-Xoverride-clang-options
option is going to be available?
I am trying to compile for a custom arm64 target. My build.gradle.kts
contains the following section:
linuxArm64("arm64"){
binaries {
executable {
entryPoint = <entry_point>
freeCompilerArgs += listOf("-Xoverride-clang-options=-target-cpu=cortex-a53")
}
}
}
and it produces the following warning:
w: Flag is not supported by this version of the compiler: -Xoverride-clang-options=-target-cpu=cortex-a53
.
Did anybody succeed in compiling for a custom target?
Thanks in advance!msink
02/17/2020, 12:56 PMVlad Balan
02/17/2020, 7:11 PMnapperley
02/17/2020, 9:02 PMnapperley
02/17/2020, 9:05 PMVlad Balan
02/18/2020, 8:02 AM