Raspberry Pi target (#365)

This commit is contained in:
Nikolay Igotti
2017-03-22 15:43:19 +03:00
committed by GitHub
parent bfc4e1106a
commit e197573e3e
8 changed files with 108 additions and 35 deletions
+3
View File
@@ -82,6 +82,9 @@ if (isLinux()) {
task gccToolchain(type: TgzNativeDep) {
baseName = "target-gcc-toolchain-3-$host"
}
task raspberryPiSysroot(type: TgzNativeDep) {
baseName = "target-sysroot-1-raspberrypi"
}
} else {
task hostSysroot(type: TgzNativeDep) {
baseName = "target-sysroot-1-$host"