Lines Matching +full:- +full:- +full:cxx
2 # Use of this source code is governed by a BSD-style license that can be
34 toolprefix = "aarch64-linux-gnu-"
37 cxx = "${toolprefix}g++"
40 ld = cxx
55 toolprefix = "arm-linux-gnueabihf-"
58 cxx = "${toolprefix}g++"
61 ld = cxx
87 cxx = "g++"
92 ld = cxx
183 # toolchain to build Ash-Chrome in a subdirectory.
184 # This is a test-only toolchain.
192 # This turns off all of the LaCrOS-specific flags.
205 # toolchain to build lacros-Chrome in a subdirectory.
206 # This is a test-only toolchain.
214 # This turns on the LaCrOS-specific flag.
224 cxx = "g++"
229 ld = cxx
259 toolprefix = "mipsel-linux-gnu-"
262 cxx = " ${toolprefix}g++"
264 ld = cxx
281 toolprefix = "mips64el-linux-gnuabi64-"
284 cxx = "${toolprefix}g++"
286 ld = cxx
312 toolprefix = "riscv64-linux-gnu"
314 cc = "${toolprefix}-gcc"
315 cxx = "${toolprefix}-g++"
317 readelf = "${toolprefix}-readelf"
318 nm = "${toolprefix}-nm"
319 ar = "${toolprefix}-ar"
320 ld = cxx
339 cxx = "g++"
344 ld = cxx
358 cxx = "g++"
363 ld = cxx
376 toolprefix = "mips-linux-gnu-"
379 cxx = "${toolprefix}g++"
384 ld = cxx
397 toolprefix = "mips64-linux-gnuabi64-"
400 cxx = "${toolprefix}g++"
405 ld = cxx
425 toolprefix = "loongarch64-unknown-linux-gnu"
427 cc = "${toolprefix}-gcc"
428 cxx = "${toolprefix}-g++"
430 readelf = "${toolprefix}-readelf"
431 nm = "${toolprefix}-nm"
432 ar = "${toolprefix}-ar"
433 ld = cxx