26 lines
609 B
Diff
26 lines
609 B
Diff
|
|
--- 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
|
||
|
|
@@ -8,17 +8,17 @@
|
||
|
|
clang_toolchain("clang_arm") {
|
||
|
|
toolchain_cpu = "arm"
|
||
|
|
toolchain_os = "linux"
|
||
|
|
- toolprefix = "arm-linux-gnueabihf-"
|
||
|
|
+ toolprefix = ""
|
||
|
|
}
|
||
|
|
|
||
|
|
clang_toolchain("clang_arm64") {
|
||
|
|
toolchain_cpu = "arm64"
|
||
|
|
toolchain_os = "linux"
|
||
|
|
- toolprefix = "aarch64-linux-gnu-"
|
||
|
|
+ toolprefix = ""
|
||
|
|
}
|
||
|
|
|
||
|
|
gcc_toolchain("arm") {
|
||
|
|
- toolprefix = "arm-linux-gnueabihf-"
|
||
|
|
+ toolprefix = ""
|
||
|
|
|
||
|
|
cc = "${toolprefix}gcc"
|
||
|
|
cxx = "${toolprefix}g++"
|
||
|
|
|
||
|
|
|