2016-08-27 18:49:35 +00:00
|
|
|
--- build/toolchain/linux/BUILD.gn 2016-08-25 12:19:55.634174140 +0200
|
|
|
|
|
+++ build/toolchain/linux/BUILD.gn 2016-08-25 12:19:55.634174140 +0200
|
2016-08-27 19:12:31 +00:00
|
|
|
@@ -8,12 +8,12 @@
|
2016-08-27 18:49:35 +00:00
|
|
|
clang_toolchain("clang_arm") {
|
|
|
|
|
toolchain_cpu = "arm"
|
|
|
|
|
toolchain_os = "linux"
|
|
|
|
|
- toolprefix = "arm-linux-gnueabihf-"
|
|
|
|
|
+ toolprefix = ""
|
|
|
|
|
}
|
|
|
|
|
|
2016-08-27 19:12:31 +00:00
|
|
|
clang_toolchain("arm") {
|
2016-08-27 18:49:35 +00:00
|
|
|
- toolprefix = "arm-linux-gnueabihf-"
|
|
|
|
|
+ toolprefix = ""
|
2016-08-27 19:12:31 +00:00
|
|
|
|
2016-08-27 18:49:35 +00:00
|
|
|
cc = "${toolprefix}gcc"
|
|
|
|
|
cxx = "${toolprefix}g++"
|
|
|
|
|
|
|
|
|
|
|