Commit | Line | Data |
---|---|---|
a5b7cd58 VM |
1 | --- build/toolchain/linux/BUILD.gn.orig 2016-11-21 01:29:32.000000000 +0100 |
2 | +++ build/toolchain/linux/BUILD.gn 2016-11-21 01:30:19.000000000 +0100 | |
3 | @@ -6,7 +6,7 @@ | |
4 | import("//build/toolchain/gcc_toolchain.gni") | |
5 | ||
6 | clang_toolchain("clang_arm") { | |
7 | - toolprefix = "arm-linux-gnueabihf-" | |
8 | + toolprefix = "" | |
9 | toolchain_args = { | |
10 | current_cpu = "arm" | |
11 | current_os = "linux" | |
12 | @@ -22,7 +22,7 @@ | |
13 | } | |
14 | ||
15 | gcc_toolchain("arm") { | |
16 | - toolprefix = "arm-linux-gnueabihf-" | |
17 | + toolprefix = "" | |
18 | ||
19 | cc = "${toolprefix}gcc" | |
20 | cxx = "${toolprefix}g++" |