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.
223 cxx = "g++"
228 ld = cxx
258 toolprefix = "mipsel-linux-gnu-"
261 cxx = " ${toolprefix}g++"
263 ld = cxx
280 toolprefix = "mips64el-linux-gnuabi64-"
283 cxx = "${toolprefix}g++"
285 ld = cxx
311 toolprefix = "riscv64-linux-gnu"
313 cc = "${toolprefix}-gcc"
314 cxx = "${toolprefix}-g++"
316 readelf = "${toolprefix}-readelf"
317 nm = "${toolprefix}-nm"
318 ar = "${toolprefix}-ar"
319 ld = cxx
338 cxx = "g++"
343 ld = cxx
357 cxx = "g++"
362 ld = cxx
375 toolprefix = "mips-linux-gnu-"
378 cxx = "${toolprefix}g++"
383 ld = cxx
396 toolprefix = "mips64-linux-gnuabi64-"
399 cxx = "${toolprefix}g++"
404 ld = cxx
424 toolprefix = "loongarch64-unknown-linux-gnu"
426 cc = "${toolprefix}-gcc"
427 cxx = "${toolprefix}-g++"
429 readelf = "${toolprefix}-readelf"
430 nm = "${toolprefix}-nm"
431 ar = "${toolprefix}-ar"
432 ld = cxx