We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2782a48 commit 3888fe9Copy full SHA for 3888fe9
build/toolchain/linux/BUILD.gn
@@ -163,7 +163,7 @@ gcc_toolchain("clang_x86") {
163
}
164
165
gcc_toolchain("x86") {
166
- prefix = ""
+ prefix = "i686-linux-gnu-"
167
if (ia32_toolchain_prefix != "") {
168
prefix = ia32_toolchain_prefix
169
@@ -205,7 +205,7 @@ gcc_toolchain("clang_x64") {
205
206
207
gcc_toolchain("x64") {
208
+ prefix = "x86_64-linux-gnu-"
209
if (x64_toolchain_prefix != "") {
210
prefix = x64_toolchain_prefix
211
0 commit comments