Update to 2020 compilers (#1733)

Also link to libatomic in cmake and for Raspbian only in gradle.
This commit is contained in:
Peter Johnson
2019-06-29 09:28:28 -07:00
committed by GitHub
parent 2dc94e6052
commit 0fbb0d989e
6 changed files with 25 additions and 28 deletions

View File

@@ -22,6 +22,10 @@ toolchainsPlugin.crossCompilers.named(nativeUtils.wpi.platforms.roborio) {
optional.set(true)
}
nativeUtils.configurePlatform(nativeUtils.wpi.platforms.raspbian) {
linker.args << '-latomic'
}
model {
components {
all {