blob: c15eddf498580e7f7bc37ee9fb55db1c3db2895f [file] [log] [blame]
Brian Silverman7b8899e2018-06-30 19:19:24 -07001# GENERATED FILE. DO NOT EDIT
2# Generated by tools/cpp/gen_crosstool.py
Brian Silverman12b3fc52015-10-11 19:38:33 -04003major_version: "local"
4minor_version: ""
5default_target_cpu: "same_as_host"
Brian Silverman12b3fc52015-10-11 19:38:33 -04006default_toolchain {
Austin Schuh23da18b2015-10-11 20:52:49 -07007 cpu: "roborio"
8 toolchain_identifier: "roborio_linux"
9}
Austin Schuh23da18b2015-10-11 20:52:49 -070010default_toolchain {
Brian Silverman12b3fc52015-10-11 19:38:33 -040011 cpu: "k8"
Austin Schuh23da18b2015-10-11 20:52:49 -070012 toolchain_identifier: "k8_linux"
Brian Silverman12b3fc52015-10-11 19:38:33 -040013}
Brian Silverman12b3fc52015-10-11 19:38:33 -040014default_toolchain {
15 cpu: "armeabi-v7a"
16 toolchain_identifier: "stub_armeabi-v7a"
17}
Brian Silverman0d57fc82016-01-24 21:02:53 -050018default_toolchain {
James Kuszmaul27da8142019-07-21 16:13:55 -070019 cpu: "web"
20 toolchain_identifier: "emscripten_toolchain"
21}
22default_toolchain {
Brian Silverman0d57fc82016-01-24 21:02:53 -050023 cpu: "armhf-debian"
24 toolchain_identifier: "clang_linux_armhf"
25}
Brian Silverman8b638692017-06-26 23:10:26 -070026default_toolchain {
27 cpu: "cortex-m4f"
28 toolchain_identifier: "cortex-m4f"
29}
Brian Silverman6c8b88b2018-09-03 18:17:02 -070030default_toolchain {
31 cpu: "cortex-m4f-k22"
32 toolchain_identifier: "cortex-m4f-k22"
33}
Brian Silverman12b3fc52015-10-11 19:38:33 -040034toolchain {
Brian Silverman7b8899e2018-06-30 19:19:24 -070035 toolchain_identifier: "stub_armeabi-v7a"
36 host_system_name: "armeabi-v7a"
37 target_system_name: "armeabi-v7a"
38 target_cpu: "armeabi-v7a"
39 target_libc: "armeabi-v7a"
40 compiler: "compiler"
Brian Silverman12b3fc52015-10-11 19:38:33 -040041 abi_version: "armeabi-v7a"
42 abi_libc_version: "armeabi-v7a"
Brian Silverman7b8899e2018-06-30 19:19:24 -070043 tool_path {
44 name: "ar"
45 path: "/bin/false"
46 }
47 tool_path {
48 name: "compat-ld"
49 path: "/bin/false"
50 }
51 tool_path {
52 name: "cpp"
53 path: "/bin/false"
54 }
55 tool_path {
56 name: "dwp"
57 path: "/bin/false"
58 }
59 tool_path {
60 name: "gcc"
61 path: "/bin/false"
62 }
63 tool_path {
64 name: "gcov"
65 path: "/bin/false"
66 }
67 tool_path {
68 name: "ld"
69 path: "/bin/false"
70 }
71 tool_path {
72 name: "nm"
73 path: "/bin/false"
74 }
75 tool_path {
76 name: "objcopy"
77 path: "/bin/false"
78 }
79 tool_path {
80 name: "objdump"
81 path: "/bin/false"
82 }
83 tool_path {
84 name: "strip"
85 path: "/bin/false"
86 }
Brian Silverman12b3fc52015-10-11 19:38:33 -040087 supports_gold_linker: false
Brian Silverman7b8899e2018-06-30 19:19:24 -070088 supports_thin_archives: false
89 needsPic: true
90 builtin_sysroot: ""
Brian Silverman12b3fc52015-10-11 19:38:33 -040091 supports_normalizing_ar: false
92 supports_start_end_lib: false
Brian Silverman7b8899e2018-06-30 19:19:24 -070093 supports_interface_shared_objects: false
94 supports_incremental_linker: false
95 supports_fission: false
Brian Silverman12b3fc52015-10-11 19:38:33 -040096}
Brian Silverman12b3fc52015-10-11 19:38:33 -040097toolchain {
Brian Silverman7b8899e2018-06-30 19:19:24 -070098 toolchain_identifier: "k8_linux"
99 host_system_name: "local"
100 target_system_name: "k8"
101 target_cpu: "k8"
102 target_libc: "local"
103 compiler: "clang"
Brian Silverman12b3fc52015-10-11 19:38:33 -0400104 abi_version: "local"
105 abi_libc_version: "local"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700106 tool_path {
107 name: "ar"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800108 path: "clang_6p0/x86_64-linux-gnu-ar"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700109 }
110 tool_path {
111 name: "compat-ld"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800112 path: "clang_6p0/x86_64-linux-gnu-ld"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700113 }
114 tool_path {
115 name: "cpp"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800116 path: "clang_6p0/x86_64-linux-gnu-cpp"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700117 }
118 tool_path {
119 name: "dwp"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800120 path: "clang_6p0/x86_64-linux-gnu-dwp"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700121 }
122 tool_path {
123 name: "gcc"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800124 path: "clang_6p0/x86_64-linux-gnu-clang-6.0"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700125 }
126 tool_path {
127 name: "gcov"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800128 path: "clang_6p0/x86_64-linux-gnu-gcov"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700129 }
130 tool_path {
131 name: "ld"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800132 path: "clang_6p0/x86_64-linux-gnu-ld"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700133 }
134 tool_path {
135 name: "nm"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800136 path: "clang_6p0/x86_64-linux-gnu-nm"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700137 }
138 tool_path {
139 name: "objcopy"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800140 path: "clang_6p0/x86_64-linux-gnu-objcopy"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700141 }
142 tool_path {
143 name: "objdump"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800144 path: "clang_6p0/x86_64-linux-gnu-objdump"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700145 }
146 tool_path {
147 name: "strip"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800148 path: "clang_6p0/x86_64-linux-gnu-strip"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700149 }
Brian Silverman12b3fc52015-10-11 19:38:33 -0400150 supports_gold_linker: false
Brian Silverman12b3fc52015-10-11 19:38:33 -0400151 supports_thin_archives: false
Brian Silverman7b8899e2018-06-30 19:19:24 -0700152 needsPic: true
James Kuszmaul3ae42262019-11-08 12:33:41 -0800153 compiler_flag: "--sysroot=external/clang_6p0_repo/"
Philipp Schrader9b1790e2018-03-10 20:21:30 -0800154 compiler_flag: "-nostdinc"
155 compiler_flag: "-isystem"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800156 compiler_flag: "external/clang_6p0_repo/usr/include/x86_64-linux-gnu"
Philipp Schrader9b1790e2018-03-10 20:21:30 -0800157 compiler_flag: "-isystem"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800158 compiler_flag: "external/clang_6p0_repo/usr/lib/llvm-6.0/lib/clang/6.0.0/include"
Philipp Schrader9b1790e2018-03-10 20:21:30 -0800159 compiler_flag: "-isystem"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800160 compiler_flag: "external/clang_6p0_repo/usr/include/c++/7.4.0"
161 compiler_flag: "-isystem"
162 compiler_flag: "external/clang_6p0_repo/usr/include/x86_64-linux-gnu/c++/7.4.0"
163 compiler_flag: "-isystem"
164 compiler_flag: "external/clang_6p0_repo/usr/include/c++/7.4.0/backward"
165 compiler_flag: "-isystem"
166 compiler_flag: "external/clang_6p0_repo/usr/include"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700167 compiler_flag: "-D__STDC_FORMAT_MACROS"
168 compiler_flag: "-D__STDC_CONSTANT_MACROS"
169 compiler_flag: "-D__STDC_LIMIT_MACROS"
170 compiler_flag: "-D_FILE_OFFSET_BITS=64"
171 compiler_flag: "-DAOS_ARCHITECTURE_arm_frc"
172 compiler_flag: "-U_FORTIFY_SOURCE"
173 compiler_flag: "-D_FORTIFY_SOURCE=1"
174 compiler_flag: "-fstack-protector"
175 compiler_flag: "-fPIE"
176 compiler_flag: "-fcolor-diagnostics"
177 compiler_flag: "-fmessage-length=80"
178 compiler_flag: "-fmacro-backtrace-limit=0"
179 compiler_flag: "-Wall"
180 compiler_flag: "-Wextra"
181 compiler_flag: "-Wpointer-arith"
182 compiler_flag: "-Wstrict-aliasing"
183 compiler_flag: "-Wcast-qual"
184 compiler_flag: "-Wcast-align"
185 compiler_flag: "-Wwrite-strings"
186 compiler_flag: "-Wtype-limits"
187 compiler_flag: "-Wsign-compare"
188 compiler_flag: "-Wformat=2"
189 compiler_flag: "-Werror"
190 compiler_flag: "-fno-omit-frame-pointer"
191 compiler_flag: "-pipe"
192 compiler_flag: "-ggdb3"
Philipp Schrader9b1790e2018-03-10 20:21:30 -0800193 cxx_flag: "-isystem"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800194 cxx_flag: "external/clang_6p0_repo/usr/include"
Philipp Schrader9b1790e2018-03-10 20:21:30 -0800195 linker_flag: "-nodefaultlibs"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800196 linker_flag: "--sysroot=external/clang_6p0_repo/"
Brian Silverman12b3fc52015-10-11 19:38:33 -0400197 linker_flag: "-lstdc++"
Philipp Schrader9b1790e2018-03-10 20:21:30 -0800198 linker_flag: "-lc"
199 linker_flag: "-lgcc"
200 linker_flag: "-lgcc_s"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800201 linker_flag: "-Bexternal/clang_6p0_repo/usr/bin/"
202 linker_flag: "-Ltools/cpp/clang_6p0/clang_more_libs"
203 linker_flag: "-Lexternal/clang_6p0_repo/lib/x86_64-linux-gnu"
204 linker_flag: "-Lexternal/clang_6p0_repo/usr/lib/x86_64-linux-gnu"
205 linker_flag: "-Lexternal/clang_6p0_repo/usr/lib/gcc/x86_64-linux-gnu"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700206 linker_flag: "-no-canonical-prefixes"
207 linker_flag: "-fuse-ld=gold"
208 linker_flag: "-Wl,-z,relro,-z,now"
209 linker_flag: "-lm"
210 linker_flag: "-Wl,--build-id=md5"
211 linker_flag: "-Wl,--hash-style=gnu"
212 linker_flag: "-Wl,--warn-execstack"
213 linker_flag: "-Wl,--detect-odr-violations"
214 objcopy_embed_flag: "-I"
215 objcopy_embed_flag: "binary"
216 compilation_mode_flags {
217 mode: OPT
218 compiler_flag: "-O2"
219 compiler_flag: "-DNDEBUG"
220 compiler_flag: "-ffunction-sections"
221 compiler_flag: "-fdata-sections"
222 linker_flag: "-Wl,--gc-sections"
223 }
224 linking_mode_flags {
225 mode: DYNAMIC
226 }
James Kuszmaul3ae42262019-11-08 12:33:41 -0800227 cxx_builtin_include_directory: "%package(@clang_6p0_repo//usr)%/include/c++/7.4.0"
228 cxx_builtin_include_directory: "%package(@clang_6p0_repo//usr)%/include/x86_64-linux-gnu/c++/7.4.0"
229 cxx_builtin_include_directory: "%package(@clang_6p0_repo//usr)%/include/c++/7.4.0/backward"
230 cxx_builtin_include_directory: "%package(@clang_6p0_repo//usr)%/local/include"
231 cxx_builtin_include_directory: "%package(@clang_6p0_repo//usr)%/lib/llvm-6.0/lib/clang/6.0.0/include"
232 cxx_builtin_include_directory: "%package(@clang_6p0_repo//usr)%/include/x86_64-linux-gnu"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700233 builtin_sysroot: ""
234 unfiltered_cxx_flag: "-no-canonical-prefixes"
235 unfiltered_cxx_flag: "-Wno-builtin-macro-redefined"
236 unfiltered_cxx_flag: "-D__DATE__=\"redacted\""
237 unfiltered_cxx_flag: "-D__TIMESTAMP__=\"redacted\""
238 unfiltered_cxx_flag: "-D__TIME__=\"redacted\""
James Kuszmaul3ae42262019-11-08 12:33:41 -0800239 unfiltered_cxx_flag: "-Wno-varargs"
240 unfiltered_cxx_flag: "-Wno-null-pointer-arithmetic"
241 unfiltered_cxx_flag: "-Wno-mismatched-new-delete"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700242 supports_normalizing_ar: false
243 supports_start_end_lib: false
244 supports_interface_shared_objects: false
245 supports_incremental_linker: false
246 supports_fission: false
Brian Silverman12b3fc52015-10-11 19:38:33 -0400247 feature {
248 name: "opt"
Brian Silverman12b3fc52015-10-11 19:38:33 -0400249 flag_set {
250 action: "preprocess-assemble"
251 action: "c-compile"
252 action: "c++-compile"
253 action: "c++-header-parsing"
254 action: "c++-header-preprocessing"
255 action: "c++-module-compile"
256 flag_group {
257 flag: "-DAOS_DEBUG=0"
258 }
259 }
Brian Silverman7b8899e2018-06-30 19:19:24 -0700260 implies: "all_modes"
Brian Silverman12b3fc52015-10-11 19:38:33 -0400261 }
Brian Silverman12b3fc52015-10-11 19:38:33 -0400262 feature {
263 name: "dbg"
Brian Silverman12b3fc52015-10-11 19:38:33 -0400264 flag_set {
265 action: "preprocess-assemble"
266 action: "c-compile"
267 action: "c++-compile"
268 action: "c++-header-parsing"
269 action: "c++-header-preprocessing"
270 action: "c++-module-compile"
271 flag_group {
272 flag: "-DAOS_DEBUG=1"
273 }
Brian Silvermana4a4ea62015-11-27 10:27:53 -0500274 flag_group {
275 flag: "-fno-omit-frame-pointer"
276 }
Brian Silverman12b3fc52015-10-11 19:38:33 -0400277 }
Brian Silverman7b8899e2018-06-30 19:19:24 -0700278 implies: "all_modes"
Brian Silverman12b3fc52015-10-11 19:38:33 -0400279 }
Brian Silverman12b3fc52015-10-11 19:38:33 -0400280 feature {
281 name: "fastbuild"
Brian Silverman12b3fc52015-10-11 19:38:33 -0400282 flag_set {
283 action: "preprocess-assemble"
284 action: "c-compile"
285 action: "c++-compile"
286 action: "c++-header-parsing"
287 action: "c++-header-preprocessing"
288 action: "c++-module-compile"
289 flag_group {
290 flag: "-DAOS_DEBUG=0"
291 }
292 }
Brian Silverman7b8899e2018-06-30 19:19:24 -0700293 implies: "all_modes"
Brian Silverman12b3fc52015-10-11 19:38:33 -0400294 }
Brian Silverman12b3fc52015-10-11 19:38:33 -0400295 feature {
296 name: "all_modes"
297 flag_set {
Austin Schuha20ae722015-11-01 12:29:38 -0800298 action: "preprocess-assemble"
299 action: "assemble"
Brian Silverman12b3fc52015-10-11 19:38:33 -0400300 action: "c-compile"
301 flag_group {
302 flag: "-std=gnu99"
303 }
304 }
305 flag_set {
306 action: "c++-compile"
307 action: "c++-header-parsing"
308 action: "c++-header-preprocessing"
309 action: "c++-module-compile"
310 flag_group {
James Kuszmaul3ae42262019-11-08 12:33:41 -0800311 flag: "-std=gnu++1z"
Brian Silverman12b3fc52015-10-11 19:38:33 -0400312 }
Brian Silverman23a1b342015-10-11 23:44:09 -0400313 }
Brian Silverman12b3fc52015-10-11 19:38:33 -0400314 }
Brian Silverman7b8899e2018-06-30 19:19:24 -0700315 feature {
316 name: "pie_for_linking"
317 flag_set {
318 action: "c++-link-executable"
319 flag_group {
320 flag: "-pie"
321 }
322 }
323 enabled: true
324 }
325}
326toolchain {
James Kuszmaul27da8142019-07-21 16:13:55 -0700327 toolchain_identifier: "emscripten_toolchain"
328 host_system_name: "web"
329 target_system_name: "emscripten-unknown-emscripten"
330 target_cpu: "web"
331 target_libc: "unknown"
332 compiler: "emscripten"
333 abi_version: "unknown"
334 abi_libc_version: "unknown"
335 tool_path {
336 name: "gcc"
337 path: "emscripten/emcc.sh"
338 }
339 tool_path {
340 name: "ld"
341 path: "emscripten/emcc.sh"
342 }
343 tool_path {
344 name: "ar"
345 path: "emscripten/emar.sh"
346 }
347 tool_path {
348 name: "cpp"
349 path: "/bin/false"
350 }
351 tool_path {
352 name: "gcov"
353 path: "/bin/false"
354 }
355 tool_path {
356 name: "nm"
357 path: "/bin/false"
358 }
359 tool_path {
360 name: "objdump"
361 path: "/bin/false"
362 }
363 tool_path {
364 name: "objcopy"
365 path: "/bin/false"
366 }
367 tool_path {
368 name: "strip"
369 path: "/bin/false"
370 }
371 compiler_flag: "-isystem"
372 compiler_flag: "external/emscripten_toolchain/system/include"
373 compiler_flag: "-fno-exceptions"
374 compiler_flag: "-fdiagnostics-color=always"
375 compiler_flag: "-Wall"
376 compiler_flag: "-Werror"
377 compiler_flag: "-ffunction-sections"
378 compiler_flag: "-fdata-sections"
379 linker_flag: "-no-canonical-prefixes"
380 unfiltered_cxx_flag: "-isystem"
381 unfiltered_cxx_flag: "external/emscripten_toolchain/system/include/libcxx"
382 unfiltered_cxx_flag: "-isystem"
383 unfiltered_cxx_flag: "external/emscripten_toolchain/system/lib/libcxxabi/include"
384 unfiltered_cxx_flag: "-isystem"
385 unfiltered_cxx_flag: "external/emscripten_toolchain/system/include/compat"
386 unfiltered_cxx_flag: "-isystem"
387 unfiltered_cxx_flag: "external/emscripten_toolchain/system/include"
388 unfiltered_cxx_flag: "-isystem"
389 unfiltered_cxx_flag: "external/emscripten_toolchain/system/include/SSE"
390 unfiltered_cxx_flag: "-isystem"
391 unfiltered_cxx_flag: "external/emscripten_toolchain/system/include/libc"
392 unfiltered_cxx_flag: "-isystem"
393 unfiltered_cxx_flag: "external/emscripten_toolchain/system/lib/libc/musl/arch/emscripten"
394 unfiltered_cxx_flag: "-isystem"
395 unfiltered_cxx_flag: "external/emscripten_toolchain/system/local/include"
396 unfiltered_cxx_flag: "-no-canonical-prefixes"
397 unfiltered_cxx_flag: "-Wno-builtin-macro-redefined"
398 unfiltered_cxx_flag: "-D__DATE__=\"redacted\""
399 unfiltered_cxx_flag: "-D__TIMESTAMP__=\"redacted\""
400 unfiltered_cxx_flag: "-D__TIME__=\"redacted\""
401 feature {
402 name: "opt"
403 flag_set {
404 action: "preprocess-assemble"
405 action: "c-compile"
406 action: "c++-compile"
407 action: "c++-header-parsing"
408 action: "c++-header-preprocessing"
409 action: "c++-module-compile"
410 flag_group {
411 flag: "-DAOS_DEBUG=0"
412 flag: "-O2"
413 flag: "--closure"
414 flag: "1"
415 }
416 }
417 implies: "all_modes"
418 }
419 feature {
420 name: "dbg"
421 flag_set {
422 action: "preprocess-assemble"
423 action: "c-compile"
424 action: "c++-compile"
425 action: "c++-header-parsing"
426 action: "c++-header-preprocessing"
427 action: "c++-module-compile"
428 flag_group {
429 flag: "-DAOS_DEBUG=1"
430 }
431 flag_group {
432 flag: "-fno-omit-frame-pointer"
433 }
434 }
435 implies: "all_modes"
436 }
437 feature {
438 name: "fastbuild"
439 flag_set {
440 action: "preprocess-assemble"
441 action: "c-compile"
442 action: "c++-compile"
443 action: "c++-header-parsing"
444 action: "c++-header-preprocessing"
445 action: "c++-module-compile"
446 flag_group {
447 flag: "-DAOS_DEBUG=0"
448 }
449 }
450 implies: "all_modes"
451 }
452 feature {
453 name: "all_modes"
454 flag_set {
455 action: "preprocess-assemble"
456 action: "assemble"
457 action: "c-compile"
458 flag_group {
459 flag: "-std=gnu99"
460 }
461 }
462 flag_set {
463 action: "c++-compile"
464 action: "c++-header-parsing"
465 action: "c++-header-preprocessing"
466 action: "c++-module-compile"
467 flag_group {
468 flag: "-std=gnu++1y"
469 }
470 }
471 }
472}
473toolchain {
Brian Silverman7b8899e2018-06-30 19:19:24 -0700474 toolchain_identifier: "roborio_linux"
475 host_system_name: "roborio"
476 target_system_name: "roborio"
477 target_cpu: "roborio"
478 target_libc: "roborio"
479 compiler: "gcc"
480 abi_version: "roborio"
481 abi_libc_version: "roborio"
482 tool_path {
483 name: "ar"
484 path: "arm-frc-linux-gnueabi/arm-frc-linux-gnueabi-ar"
485 }
486 tool_path {
Austin Schuhf6b94632019-02-02 22:11:27 -0800487 name: "as"
488 path: "arm-frc-linux-gnueabi/arm-frc-linux-gnueabi-as"
489 }
490 tool_path {
Brian Silverman7b8899e2018-06-30 19:19:24 -0700491 name: "compat-ld"
492 path: "arm-frc-linux-gnueabi/arm-frc-linux-gnueabi-ld"
493 }
494 tool_path {
495 name: "cpp"
496 path: "arm-frc-linux-gnueabi/arm-frc-linux-gnueabi-cpp"
497 }
498 tool_path {
499 name: "dwp"
500 path: "/bin/false"
501 }
502 tool_path {
503 name: "gcc"
504 path: "arm-frc-linux-gnueabi/arm-frc-linux-gnueabi-gcc"
505 }
506 tool_path {
507 name: "gcov"
508 path: "arm-frc-linux-gnueabi/arm-frc-linux-gnueabi-gcov-4.9"
509 }
510 tool_path {
511 name: "ld"
512 path: "arm-frc-linux-gnueabi/arm-frc-linux-gnueabi-ld"
513 }
514 tool_path {
515 name: "nm"
516 path: "arm-frc-linux-gnueabi/arm-frc-linux-gnueabi-nm"
517 }
518 tool_path {
519 name: "objcopy"
520 path: "arm-frc-linux-gnueabi/arm-frc-linux-gnueabi-objcopy"
521 }
522 tool_path {
523 name: "objdump"
524 path: "arm-frc-linux-gnueabi/arm-frc-linux-gnueabi-objdump"
525 }
526 tool_path {
527 name: "strip"
528 path: "arm-frc-linux-gnueabi/arm-frc-linux-gnueabi-strip"
529 }
530 supports_gold_linker: false
531 supports_thin_archives: false
532 needsPic: true
Brian Silverman7b8899e2018-06-30 19:19:24 -0700533 linker_flag: "-lstdc++"
534 linker_flag: "-Ltools/cpp/arm-frc-linux-gnueabi/libs"
535 linker_flag: "-no-canonical-prefixes"
536 linker_flag: "-Wl,-z,relro,-z,now"
537 linker_flag: "-lm"
538 linker_flag: "-pass-exit-codes"
539 linker_flag: "-Wl,--build-id=md5"
540 linker_flag: "-Wl,--hash-style=gnu"
541 objcopy_embed_flag: "-I"
542 objcopy_embed_flag: "binary"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700543 linking_mode_flags {
544 mode: DYNAMIC
545 }
James Kuszmaul3ae42262019-11-08 12:33:41 -0800546 cxx_builtin_include_directory: "%package(@arm_frc_linux_gnueabi_repo//arm-frc2020-linux-gnueabi/usr/lib/gcc/arm-frc2020-linux-gnueabi/7.3.0/include)%"
547 cxx_builtin_include_directory: "%package(@arm_frc_linux_gnueabi_repo//arm-frc2020-linux-gnueabi/usr/lib/gcc/arm-frc2020-linux-gnueabi/7.3.0/include-fixed)%"
548 cxx_builtin_include_directory: "%package(@arm_frc_linux_gnueabi_repo//arm-frc2020-linux-gnueabi/usr/include/c++/7.3.0/arm-frc2020-linux-gnueabi)%"
549 cxx_builtin_include_directory: "%package(@arm_frc_linux_gnueabi_repo//arm-frc2020-linux-gnueabi/usr/include/c++/7.3.0/backward)%"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700550 builtin_sysroot: ""
551 unfiltered_cxx_flag: "-no-canonical-prefixes"
552 unfiltered_cxx_flag: "-Wno-builtin-macro-redefined"
553 unfiltered_cxx_flag: "-D__DATE__=\"redacted\""
554 unfiltered_cxx_flag: "-D__TIMESTAMP__=\"redacted\""
555 unfiltered_cxx_flag: "-D__TIME__=\"redacted\""
556 supports_normalizing_ar: false
557 supports_start_end_lib: false
558 supports_interface_shared_objects: false
559 supports_incremental_linker: false
560 supports_fission: false
Austin Schuh23da18b2015-10-11 20:52:49 -0700561 feature {
Austin Schuhef147de2018-10-27 21:19:00 -0700562 name: "compile_flags1"
563 flag_set {
564 action: "assemble"
565 action: "preprocess-assemble"
566 action: "c-compile"
567 action: "c++-compile"
568 action: "c++-header-parsing"
569 action: "c++-module-compile"
570 action: "c++-module-codegen"
571 action: "lto-backend"
572 action: "clif-match"
573 flag_group {
James Kuszmaul3ae42262019-11-08 12:33:41 -0800574 flag: "--sysroot=external/arm_frc_linux_gnueabi_repo/arm-frc2020-linux-gnueabi"
Austin Schuhef147de2018-10-27 21:19:00 -0700575 flag: "-nostdinc"
576 flag: "-isystem"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800577 flag: "external/arm_frc_linux_gnueabi_repo/arm-frc2020-linux-gnueabi/usr/lib/gcc/arm-frc2020-linux-gnueabi/7.3.0/include"
Austin Schuhef147de2018-10-27 21:19:00 -0700578 flag: "-isystem"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800579 flag: "external/arm_frc_linux_gnueabi_repo/arm-frc2020-linux-gnueabi/usr/lib/gcc/arm-frc2020-linux-gnueabi/7.3.0/include-fixed"
Austin Schuhf6b94632019-02-02 22:11:27 -0800580 }
581 }
582 flag_set {
James Kuszmaulebdeaf52019-05-22 20:31:25 -0700583 action: "assemble"
584 action: "preprocess-assemble"
585 action: "c++-compile"
586 action: "c++-header-parsing"
587 action: "c++-header-preprocessing"
588 flag_group {
589 flag: "-fno-canonical-system-headers"
590 }
591 }
592 flag_set {
Austin Schuhf6b94632019-02-02 22:11:27 -0800593 action: "c++-compile"
594 action: "c++-header-parsing"
595 action: "c++-module-compile"
596 action: "c++-module-codegen"
597 flag_group {
Austin Schuhef147de2018-10-27 21:19:00 -0700598 flag: "-isystem"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800599 flag: "external/arm_frc_linux_gnueabi_repo/arm-frc2020-linux-gnueabi/usr/include/c++/7.3.0"
Austin Schuhf6b94632019-02-02 22:11:27 -0800600 flag: "-isystem"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800601 flag: "external/arm_frc_linux_gnueabi_repo/arm-frc2020-linux-gnueabi/usr/include/c++/7.3.0/arm-frc2020-linux-gnueabi"
Austin Schuhf6b94632019-02-02 22:11:27 -0800602 flag: "-isystem"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800603 flag: "external/arm_frc_linux_gnueabi_repo/arm-frc2020-linux-gnueabi/usr/include/c++/7.3.0/backward"
Austin Schuhf6b94632019-02-02 22:11:27 -0800604 }
605 }
606 flag_set {
607 action: "assemble"
608 action: "preprocess-assemble"
609 action: "c-compile"
610 action: "c++-compile"
611 action: "c++-header-parsing"
612 action: "c++-module-compile"
613 action: "c++-module-codegen"
614 action: "lto-backend"
615 action: "clif-match"
616 flag_group {
617 flag: "-isystem"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800618 flag: "external/arm_frc_linux_gnueabi_repo/arm-frc2020-linux-gnueabi/usr/include"
Austin Schuhef147de2018-10-27 21:19:00 -0700619 flag: "-mfpu=neon"
620 flag: "-D__STDC_FORMAT_MACROS"
621 flag: "-D__STDC_CONSTANT_MACROS"
622 flag: "-D__STDC_LIMIT_MACROS"
623 flag: "-D_FILE_OFFSET_BITS=64"
624 flag: "-DAOS_ARCHITECTURE_arm_frc"
625 flag: "-U_FORTIFY_SOURCE"
626 flag: "-fstack-protector"
627 flag: "-fPIE"
628 flag: "-fdiagnostics-color=always"
629 flag: "-Wall"
630 flag: "-Wextra"
631 flag: "-Wpointer-arith"
632 flag: "-Wstrict-aliasing"
633 flag: "-Wcast-qual"
Austin Schuhef147de2018-10-27 21:19:00 -0700634 flag: "-Wwrite-strings"
635 flag: "-Wtype-limits"
636 flag: "-Wsign-compare"
637 flag: "-Wformat=2"
638 flag: "-Werror"
639 flag: "-Wunused-local-typedefs"
Brian Silverman21280c72019-12-18 20:26:12 -0800640 flag: "-Wno-psabi"
Austin Schuhef147de2018-10-27 21:19:00 -0700641 flag: "-fno-omit-frame-pointer"
642 flag: "-D__has_feature(x)=0"
643 flag: "-pipe"
644 flag: "-ggdb3"
645 }
646 }
647 enabled: true
648 }
649 feature {
Austin Schuh23da18b2015-10-11 20:52:49 -0700650 name: "opt"
Austin Schuh23da18b2015-10-11 20:52:49 -0700651 flag_set {
Austin Schuhef147de2018-10-27 21:19:00 -0700652 action: "assemble"
653 action: "preprocess-assemble"
654 action: "c-compile"
655 action: "c++-compile"
656 action: "c++-module-compile"
657 action: "objc-compile"
658 action: "objc++-compile"
659 action: "c++-header-parsing"
660 action: "linkstamp-compile"
661 flag_group {
662 flag: "-O2"
663 flag: "-DNDEBUG"
664 flag: "-D_FORTIFY_SOURCE=1"
665 flag: "-ffunction-sections"
666 flag: "-fdata-sections"
667 }
668 }
669 flag_set {
670 action: "c++-link-executable"
671 action: "c++-link-nodeps-dynamic-library"
672 action: "c++-link-dynamic-library"
673 flag_group {
674 flag: "-Wl,--gc-sections"
675 }
676 }
677 implies: "opt_post"
678 }
679 feature {
Austin Schuhef147de2018-10-27 21:19:00 -0700680 name: "dependency_file"
681 flag_set {
682 action: "assemble"
683 action: "preprocess-assemble"
684 action: "c-compile"
685 action: "c++-compile"
686 action: "c++-module-compile"
687 action: "objc-compile"
688 action: "objc++-compile"
689 action: "c++-header-parsing"
690 action: "clif-match"
691 flag_group {
692 flag: "-MD"
693 flag: "-MF"
694 flag: "%{dependency_file}"
695 }
696 expand_if_all_available: "dependency_file"
697 }
698 }
699 feature {
700 name: "random_seed"
701 flag_set {
702 action: "c++-compile"
703 action: "c++-module-codegen"
704 action: "c++-module-compile"
705 flag_group {
706 flag: "-frandom-seed=%{output_file}"
707 expand_if_all_available: "output_file"
708 }
709 }
710 }
711 feature {
712 name: "pic"
713 flag_set {
714 action: "assemble"
715 action: "preprocess-assemble"
716 action: "linkstamp-compile"
717 action: "c-compile"
718 action: "c++-compile"
719 action: "c++-module-codegen"
720 action: "c++-module-compile"
721 flag_group {
722 flag: "-fPIC"
723 }
724 expand_if_all_available: "pic"
725 }
726 }
727 feature {
728 name: "preprocessor_defines"
729 flag_set {
730 action: "preprocess-assemble"
731 action: "linkstamp-compile"
732 action: "c-compile"
733 action: "c++-compile"
734 action: "c++-header-parsing"
735 action: "c++-module-compile"
736 action: "clif-match"
737 flag_group {
738 flag: "-D%{preprocessor_defines}"
739 iterate_over: "preprocessor_defines"
740 }
741 }
742 }
743 feature {
744 name: "include_paths"
745 flag_set {
746 action: "preprocess-assemble"
747 action: "c-compile"
748 action: "c++-compile"
749 action: "c++-header-parsing"
750 action: "c++-header-preprocessing"
751 action: "c++-module-compile"
752 flag_group {
753 flag: "-iquote"
754 flag: "%{quote_include_paths}"
755 iterate_over: "quote_include_paths"
756 }
757 flag_group {
758 flag: "-I%{include_paths}"
759 iterate_over: "include_paths"
760 }
761 flag_group {
762 flag: "-isystem"
763 flag: "%{system_include_paths}"
764 iterate_over: "system_include_paths"
765 }
766 }
767 }
768 feature {
769 name: "opt_post"
770 flag_set {
Austin Schuh23da18b2015-10-11 20:52:49 -0700771 action: "preprocess-assemble"
772 action: "c-compile"
773 action: "c++-compile"
774 action: "c++-header-parsing"
775 action: "c++-header-preprocessing"
776 action: "c++-module-compile"
777 flag_group {
778 flag: "-DAOS_DEBUG=0"
779 }
780 }
781 }
Austin Schuh23da18b2015-10-11 20:52:49 -0700782 feature {
783 name: "dbg"
Austin Schuh23da18b2015-10-11 20:52:49 -0700784 flag_set {
785 action: "preprocess-assemble"
786 action: "c-compile"
787 action: "c++-compile"
788 action: "c++-header-parsing"
789 action: "c++-header-preprocessing"
790 action: "c++-module-compile"
791 flag_group {
792 flag: "-DAOS_DEBUG=1"
793 }
Brian Silvermana4a4ea62015-11-27 10:27:53 -0500794 flag_group {
795 flag: "-fno-omit-frame-pointer"
796 }
Austin Schuh23da18b2015-10-11 20:52:49 -0700797 }
798 }
Austin Schuh23da18b2015-10-11 20:52:49 -0700799 feature {
800 name: "fastbuild"
Austin Schuh23da18b2015-10-11 20:52:49 -0700801 flag_set {
802 action: "preprocess-assemble"
803 action: "c-compile"
804 action: "c++-compile"
805 action: "c++-header-parsing"
806 action: "c++-header-preprocessing"
807 action: "c++-module-compile"
808 flag_group {
809 flag: "-DAOS_DEBUG=0"
810 }
811 }
812 }
Austin Schuh23da18b2015-10-11 20:52:49 -0700813 feature {
814 name: "all_modes"
815 flag_set {
Austin Schuh23da18b2015-10-11 20:52:49 -0700816 action: "preprocess-assemble"
817 action: "assemble"
Brian Silvermana4a4ea62015-11-27 10:27:53 -0500818 action: "c-compile"
Austin Schuh23da18b2015-10-11 20:52:49 -0700819 flag_group {
820 flag: "-std=gnu99"
821 }
822 }
823 flag_set {
824 action: "c++-compile"
825 action: "c++-header-parsing"
826 action: "c++-header-preprocessing"
827 action: "c++-module-compile"
828 flag_group {
James Kuszmaul3ae42262019-11-08 12:33:41 -0800829 flag: "-std=gnu++1z"
Austin Schuhf6b94632019-02-02 22:11:27 -0800830 flag: "-fno-sized-deallocation"
Austin Schuh23da18b2015-10-11 20:52:49 -0700831 }
832 }
833 flag_set {
834 action: "preprocess-assemble"
835 action: "assemble"
836 action: "c++-link"
837 action: "c++-compile"
838 action: "c++-header-parsing"
839 action: "c++-header-preprocessing"
840 action: "c++-module-compile"
841 action: "c-compile"
842 flag_group {
Austin Schuh23da18b2015-10-11 20:52:49 -0700843 flag: "-pthread"
844 }
845 }
Austin Schuhef147de2018-10-27 21:19:00 -0700846 enabled: true
Austin Schuh23da18b2015-10-11 20:52:49 -0700847 }
Brian Silverman7b8899e2018-06-30 19:19:24 -0700848 feature {
849 name: "pie_for_linking"
850 flag_set {
851 action: "c++-link-executable"
852 flag_group {
853 flag: "-pie"
854 }
855 }
856 enabled: true
857 }
858}
859toolchain {
860 toolchain_identifier: "clang_linux_armhf"
861 host_system_name: "linux"
862 target_system_name: "arm_a15"
863 target_cpu: "armhf-debian"
864 target_libc: "glibc_2.19"
865 compiler: "clang"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800866 abi_version: "clang_6.0"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700867 abi_libc_version: "glibc_2.19"
868 tool_path {
869 name: "ar"
870 path: "linaro_linux_gcc/arm-linux-gnueabihf-ar"
871 }
872 tool_path {
873 name: "compat-ld"
874 path: "linaro_linux_gcc/arm-linux-gnueabihf-ld"
875 }
876 tool_path {
877 name: "cpp"
878 path: "linaro_linux_gcc/clang_bin/clang"
879 }
880 tool_path {
881 name: "dwp"
882 path: "linaro_linux_gcc/arm-linux-gnueabihf-dwp"
883 }
884 tool_path {
885 name: "gcc"
886 path: "linaro_linux_gcc/clang_bin/clang"
887 }
888 tool_path {
889 name: "gcov"
890 path: "arm-frc-linux-gnueabi/arm-frc-linux-gnueabi-gcov-4.9"
891 }
892 tool_path {
893 name: "ld"
894 path: "linaro_linux_gcc/arm-linux-gnueabihf-ld"
895 }
896 tool_path {
897 name: "nm"
898 path: "linaro_linux_gcc/arm-linux-gnueabihf-nm"
899 }
900 tool_path {
901 name: "objcopy"
902 path: "linaro_linux_gcc/arm-linux-gnueabihf-objcopy"
903 }
904 tool_path {
905 name: "objdump"
906 path: "linaro_linux_gcc/arm-linux-gnueabihf-objdump"
907 }
908 tool_path {
909 name: "strip"
910 path: "linaro_linux_gcc/arm-linux-gnueabihf-strip"
911 }
912 supports_gold_linker: false
913 supports_thin_archives: true
914 needsPic: true
915 compiler_flag: "-target"
916 compiler_flag: "armv7a-arm-linux-gnueabif"
Brian Silvermanbf4c1312020-01-12 11:35:45 -0800917 compiler_flag: "--sysroot=external/armhf_debian_rootfs"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700918 compiler_flag: "-mfloat-abi=hard"
919 compiler_flag: "-mfpu=vfpv3-d16"
920 compiler_flag: "-nostdinc"
921 compiler_flag: "-isystem"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800922 compiler_flag: "external/linaro_linux_gcc_repo/lib/gcc/arm-linux-gnueabihf/7.4.1/include"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700923 compiler_flag: "-isystem"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800924 compiler_flag: "external/linaro_linux_gcc_repo/lib/gcc/arm-linux-gnueabihf/7.4.1/include-fixed"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700925 compiler_flag: "-isystem"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800926 compiler_flag: "external/linaro_linux_gcc_repo/arm-linux-gnueabihf/include/c++/7.4.1/arm-linux-gnueabihf"
927 compiler_flag: "-isystem"
928 compiler_flag: "external/linaro_linux_gcc_repo/arm-linux-gnueabihf/include/c++/7.4.1"
929 compiler_flag: "-isystem"
930 compiler_flag: "external/linaro_linux_gcc_repo/include/c++/7.4.1/arm-linux-gnueabihf"
931 compiler_flag: "-isystem"
932 compiler_flag: "external/linaro_linux_gcc_repo/include/c++/7.4.1"
933 compiler_flag: "-isystem"
Brian Silvermanbf4c1312020-01-12 11:35:45 -0800934 compiler_flag: "external/armhf_debian_rootfs/usr/include"
935 compiler_flag: "-isystem"
936 compiler_flag: "external/armhf_debian_rootfs/usr/include/arm-linux-gnueabihf"
Austin Schuhe84c3ed2019-12-14 15:29:48 -0800937 compiler_flag: "-isystem"
938 compiler_flag: "external/org_frc971/third_party"
Austin Schuh23da18b2015-10-11 20:52:49 -0700939 compiler_flag: "-D__STDC_FORMAT_MACROS"
940 compiler_flag: "-D__STDC_CONSTANT_MACROS"
941 compiler_flag: "-D__STDC_LIMIT_MACROS"
942 compiler_flag: "-D_FILE_OFFSET_BITS=64"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700943 compiler_flag: "-DAOS_ARCHITECTURE_armhf"
Austin Schuh23da18b2015-10-11 20:52:49 -0700944 compiler_flag: "-U_FORTIFY_SOURCE"
945 compiler_flag: "-fstack-protector"
946 compiler_flag: "-fPIE"
Austin Schuh23da18b2015-10-11 20:52:49 -0700947 compiler_flag: "-fdiagnostics-color=always"
Austin Schuh23da18b2015-10-11 20:52:49 -0700948 compiler_flag: "-Wall"
949 compiler_flag: "-Wextra"
Austin Schuh23da18b2015-10-11 20:52:49 -0700950 compiler_flag: "-Wpointer-arith"
Brian Silverman594be0d2015-10-31 17:56:23 -0400951 compiler_flag: "-Wstrict-aliasing"
Austin Schuh23da18b2015-10-11 20:52:49 -0700952 compiler_flag: "-Wcast-qual"
953 compiler_flag: "-Wcast-align"
954 compiler_flag: "-Wwrite-strings"
955 compiler_flag: "-Wtype-limits"
956 compiler_flag: "-Wsign-compare"
957 compiler_flag: "-Wformat=2"
958 compiler_flag: "-Werror"
Brian Silvermana4a4ea62015-11-27 10:27:53 -0500959 compiler_flag: "-Wunused-local-typedefs"
Austin Schuh23da18b2015-10-11 20:52:49 -0700960 compiler_flag: "-fno-omit-frame-pointer"
Austin Schuh23da18b2015-10-11 20:52:49 -0700961 compiler_flag: "-pipe"
Brian Silvermand2540402015-11-28 18:35:00 -0500962 compiler_flag: "-ggdb3"
Brian Silverman0d57fc82016-01-24 21:02:53 -0500963 linker_flag: "-target"
964 linker_flag: "armv7a-arm-linux-gnueabif"
Brian Silvermanbf4c1312020-01-12 11:35:45 -0800965 linker_flag: "--sysroot=external/armhf_debian_rootfs"
Brian Silverman0d57fc82016-01-24 21:02:53 -0500966 linker_flag: "-lstdc++"
967 linker_flag: "-Ltools/cpp/linaro_linux_gcc/clang_more_libs"
Brian Silvermanbf4c1312020-01-12 11:35:45 -0800968 linker_flag: "-Lexternal/armhf_debian_rootfs/usr/lib/gcc/arm-linux-gnueabihf/8"
969 linker_flag: "-Lexternal/armhf_debian_rootfs/lib/arm-linux-gnueabihf"
970 linker_flag: "-Lexternal/armhf_debian_rootfs/usr/lib/arm-linux-gnueabihf"
971 linker_flag: "-Lexternal/armhf_debian_rootfs/lib"
972 linker_flag: "-Lexternal/armhf_debian_rootfs/usr/lib"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800973 linker_flag: "-Lexternal/linaro_linux_gcc_repo/lib/gcc/arm-linux-gnueabihf/7.4.1"
974 linker_flag: "-Bexternal/linaro_linux_gcc_repo/lib/gcc/arm-linux-gnueabihf/7.4.1"
975 linker_flag: "-Bexternal/linaro_linux_gcc_repo/arm-linux-gnueabihf/bin"
Brian Silverman0d57fc82016-01-24 21:02:53 -0500976 linker_flag: "-Wl,--dynamic-linker=/lib/ld-linux-armhf.so.3"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700977 linker_flag: "-no-canonical-prefixes"
978 linker_flag: "-Wl,-z,relro,-z,now"
979 linker_flag: "-lm"
980 linker_flag: "-Wl,--build-id=md5"
981 linker_flag: "-Wl,--hash-style=gnu"
982 objcopy_embed_flag: "-I"
983 objcopy_embed_flag: "binary"
984 compilation_mode_flags {
985 mode: OPT
986 compiler_flag: "-O2"
987 compiler_flag: "-DNDEBUG"
988 compiler_flag: "-D_FORTIFY_SOURCE=1"
989 compiler_flag: "-ffunction-sections"
990 compiler_flag: "-fdata-sections"
991 linker_flag: "-Wl,--gc-sections"
992 }
993 linking_mode_flags {
994 mode: DYNAMIC
995 }
James Kuszmaul3ae42262019-11-08 12:33:41 -0800996 cxx_builtin_include_directory: "%package(@linaro_linux_gcc_repo//include)%"
Brian Silvermanbf4c1312020-01-12 11:35:45 -0800997 cxx_builtin_include_directory: "%package(@armhf_debian_rootfs//usr/include)%"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800998 cxx_builtin_include_directory: "%package(@linaro_linux_gcc_repo//include)%/c++/7.4.1"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800999 cxx_builtin_include_directory: "%package(@linaro_linux_gcc_repo//lib/gcc/arm-linux-gnueabihf/7.4.1/include)%"
1000 cxx_builtin_include_directory: "%package(@linaro_linux_gcc_repo//lib/gcc/arm-linux-gnueabihf/7.4.1/include-fixed)%"
1001 cxx_builtin_include_directory: "%package(@linaro_linux_gcc_repo//arm-linux-gnueabihf/include)%/c++/7.4.1"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001002 builtin_sysroot: ""
1003 unfiltered_cxx_flag: "-no-canonical-prefixes"
1004 unfiltered_cxx_flag: "-Wno-builtin-macro-redefined"
James Kuszmaul3ae42262019-11-08 12:33:41 -08001005 unfiltered_cxx_flag: "-Wno-mismatched-new-delete"
1006 unfiltered_cxx_flag: "-Wno-null-pointer-arithmetic"
1007 unfiltered_cxx_flag: "-Wno-varargs"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001008 unfiltered_cxx_flag: "-D__DATE__=\"redacted\""
1009 unfiltered_cxx_flag: "-D__TIMESTAMP__=\"redacted\""
1010 unfiltered_cxx_flag: "-D__TIME__=\"redacted\""
1011 supports_normalizing_ar: true
1012 supports_start_end_lib: false
1013 supports_interface_shared_objects: false
1014 supports_incremental_linker: false
1015 supports_fission: false
Brian Silverman0d57fc82016-01-24 21:02:53 -05001016 feature {
1017 name: "opt"
Brian Silverman0d57fc82016-01-24 21:02:53 -05001018 flag_set {
1019 action: "preprocess-assemble"
1020 action: "c-compile"
1021 action: "c++-compile"
1022 action: "c++-header-parsing"
1023 action: "c++-header-preprocessing"
1024 action: "c++-module-compile"
1025 flag_group {
1026 flag: "-DAOS_DEBUG=0"
1027 }
1028 }
Brian Silverman7b8899e2018-06-30 19:19:24 -07001029 implies: "all_modes"
Brian Silverman0d57fc82016-01-24 21:02:53 -05001030 }
Brian Silverman0d57fc82016-01-24 21:02:53 -05001031 feature {
1032 name: "dbg"
Brian Silverman0d57fc82016-01-24 21:02:53 -05001033 flag_set {
1034 action: "preprocess-assemble"
1035 action: "c-compile"
1036 action: "c++-compile"
1037 action: "c++-header-parsing"
1038 action: "c++-header-preprocessing"
1039 action: "c++-module-compile"
1040 flag_group {
1041 flag: "-DAOS_DEBUG=1"
1042 }
1043 flag_group {
1044 flag: "-fno-omit-frame-pointer"
1045 }
1046 }
Brian Silverman7b8899e2018-06-30 19:19:24 -07001047 implies: "all_modes"
Brian Silverman0d57fc82016-01-24 21:02:53 -05001048 }
Brian Silverman0d57fc82016-01-24 21:02:53 -05001049 feature {
1050 name: "fastbuild"
Brian Silverman0d57fc82016-01-24 21:02:53 -05001051 flag_set {
1052 action: "preprocess-assemble"
1053 action: "c-compile"
1054 action: "c++-compile"
1055 action: "c++-header-parsing"
1056 action: "c++-header-preprocessing"
1057 action: "c++-module-compile"
1058 flag_group {
1059 flag: "-DAOS_DEBUG=0"
1060 }
1061 }
Brian Silverman7b8899e2018-06-30 19:19:24 -07001062 implies: "all_modes"
Brian Silverman0d57fc82016-01-24 21:02:53 -05001063 }
Brian Silverman0d57fc82016-01-24 21:02:53 -05001064 feature {
1065 name: "all_modes"
1066 flag_set {
1067 action: "preprocess-assemble"
1068 action: "assemble"
1069 action: "c-compile"
1070 flag_group {
1071 flag: "-std=gnu99"
1072 }
1073 }
1074 flag_set {
1075 action: "c++-compile"
1076 action: "c++-header-parsing"
1077 action: "c++-header-preprocessing"
1078 action: "c++-module-compile"
1079 flag_group {
James Kuszmaul3ae42262019-11-08 12:33:41 -08001080 flag: "-std=gnu++1z"
Brian Silverman0d57fc82016-01-24 21:02:53 -05001081 }
1082 }
1083 flag_set {
1084 action: "preprocess-assemble"
1085 action: "assemble"
1086 action: "c++-link"
1087 action: "c++-compile"
1088 action: "c++-header-parsing"
1089 action: "c++-header-preprocessing"
1090 action: "c++-module-compile"
1091 action: "c-compile"
1092 flag_group {
Brian Silverman0d57fc82016-01-24 21:02:53 -05001093 flag: "-pthread"
1094 }
1095 }
1096 }
Austin Schuh137d9452018-07-07 15:42:36 -07001097 feature {
1098 name: "pie_for_linking"
Austin Schuh137d9452018-07-07 15:42:36 -07001099 flag_set {
1100 action: "c++-link-executable"
1101 flag_group {
1102 flag: "-pie"
1103 }
1104 }
Brian Silverman7b8899e2018-06-30 19:19:24 -07001105 enabled: true
Austin Schuh137d9452018-07-07 15:42:36 -07001106 }
Brian Silverman0d57fc82016-01-24 21:02:53 -05001107}
Brian Silverman8b638692017-06-26 23:10:26 -07001108toolchain {
Brian Silverman7b8899e2018-06-30 19:19:24 -07001109 toolchain_identifier: "cortex-m4f"
1110 host_system_name: "local"
1111 target_system_name: "cortex-m4f"
1112 target_cpu: "cortex-m4f"
1113 target_libc: "cortex-m4f"
1114 compiler: "gcc"
Brian Silverman8b638692017-06-26 23:10:26 -07001115 abi_version: "cortex-m4f"
1116 abi_libc_version: "cortex-m4f"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001117 tool_path {
1118 name: "ar"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001119 path: "gcc_arm_none_eabi/arm-none-eabi-ar"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001120 }
1121 tool_path {
1122 name: "compat-ld"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001123 path: "gcc_arm_none_eabi/arm-none-eabi-ld"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001124 }
1125 tool_path {
1126 name: "cpp"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001127 path: "gcc_arm_none_eabi/arm-none-eabi-cpp"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001128 }
1129 tool_path {
1130 name: "dwp"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001131 path: "gcc_arm_none_eabi/arm-none-eabi-dwp"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001132 }
1133 tool_path {
1134 name: "gcc"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001135 path: "gcc_arm_none_eabi/arm-none-eabi-gcc"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001136 }
1137 tool_path {
1138 name: "gcov"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001139 path: "gcc_arm_none_eabi/arm-none-eabi-gcov"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001140 }
1141 tool_path {
1142 name: "ld"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001143 path: "gcc_arm_none_eabi/arm-none-eabi-ld"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001144 }
1145 tool_path {
1146 name: "nm"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001147 path: "gcc_arm_none_eabi/arm-none-eabi-nm"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001148 }
1149 tool_path {
1150 name: "objcopy"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001151 path: "gcc_arm_none_eabi/arm-none-eabi-objcopy"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001152 }
1153 tool_path {
1154 name: "objdump"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001155 path: "gcc_arm_none_eabi/arm-none-eabi-objdump"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001156 }
1157 tool_path {
1158 name: "strip"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001159 path: "gcc_arm_none_eabi/arm-none-eabi-strip"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001160 }
Brian Silverman8b638692017-06-26 23:10:26 -07001161 supports_gold_linker: false
Brian Silverman8b638692017-06-26 23:10:26 -07001162 supports_thin_archives: false
Brian Silverman7b8899e2018-06-30 19:19:24 -07001163 needsPic: false
1164 compiler_flag: "-D__STDC_FORMAT_MACROS"
1165 compiler_flag: "-D__STDC_CONSTANT_MACROS"
1166 compiler_flag: "-D__STDC_LIMIT_MACROS"
1167 compiler_flag: "-D__MK64FX512__"
1168 compiler_flag: "-DF_CPU=120000000"
1169 compiler_flag: "-Wl,--gc-sections"
1170 compiler_flag: "-D__have_long32"
1171 compiler_flag: "-fstack-protector"
1172 compiler_flag: "-mcpu=cortex-m4"
1173 compiler_flag: "-mfpu=fpv4-sp-d16"
1174 compiler_flag: "-mthumb"
1175 compiler_flag: "-mfloat-abi=hard"
1176 compiler_flag: "-fno-strict-aliasing"
1177 compiler_flag: "-fmessage-length=80"
1178 compiler_flag: "-fmax-errors=20"
1179 compiler_flag: "-Wall"
1180 compiler_flag: "-Wextra"
1181 compiler_flag: "-Wpointer-arith"
1182 compiler_flag: "-Wcast-qual"
1183 compiler_flag: "-Wwrite-strings"
1184 compiler_flag: "-Wtype-limits"
1185 compiler_flag: "-Wsign-compare"
1186 compiler_flag: "-Wformat=2"
1187 compiler_flag: "-Werror"
1188 compiler_flag: "-Wstrict-aliasing=2"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001189 compiler_flag: "-Wno-misleading-indentation"
1190 compiler_flag: "-Wno-int-in-bool-context"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001191 compiler_flag: "-Wdouble-promotion"
1192 compiler_flag: "-pipe"
1193 compiler_flag: "-g"
1194 compiler_flag: "-fno-common"
1195 compiler_flag: "-ffreestanding"
1196 compiler_flag: "-fbuiltin"
1197 linker_flag: "-no-canonical-prefixes"
1198 linker_flag: "-mcpu=cortex-m4"
1199 linker_flag: "-mfpu=fpv4-sp-d16"
1200 linker_flag: "-mthumb"
1201 linker_flag: "-mfloat-abi=hard"
1202 linker_flag: "-fno-strict-aliasing"
1203 linker_flag: "--specs=nano.specs"
1204 linker_flag: "-lgcc"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001205 linker_flag: "-lstdc++_nano"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001206 linker_flag: "-lm"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001207 linker_flag: "-lc_nano"
Brian Silvermand4dc1262018-09-23 16:50:34 -07001208 linker_flag: "-Tmotors/core/kinetis_512_256.ld"
1209 linker_flag: "-Tmotors/core/kinetis_sections.ld"
Brian Silverman8b638692017-06-26 23:10:26 -07001210 objcopy_embed_flag: "-I"
1211 objcopy_embed_flag: "binary"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001212 compilation_mode_flags {
1213 mode: OPT
1214 compiler_flag: "-O2"
1215 compiler_flag: "-finline-functions"
1216 compiler_flag: "-ffast-math"
1217 compiler_flag: "-funroll-loops"
1218 compiler_flag: "-DNDEBUG"
1219 compiler_flag: "-ffunction-sections"
1220 linker_flag: "-Wl,--gc-sections"
1221 }
1222 linking_mode_flags {
1223 mode: FULLY_STATIC
1224 }
1225 cxx_builtin_include_directory: "/usr/lib/gcc/arm-none-eabi/4.8/include"
1226 cxx_builtin_include_directory: "/usr/lib/gcc/arm-none-eabi/4.8/include-fixed"
1227 cxx_builtin_include_directory: "/usr/lib/arm-none-eabi/include"
1228 cxx_builtin_include_directory: "/usr/include/newlib"
1229 builtin_sysroot: ""
1230 unfiltered_cxx_flag: "-no-canonical-prefixes"
1231 unfiltered_cxx_flag: "-Wno-builtin-macro-redefined"
1232 unfiltered_cxx_flag: "-D__DATE__=\"redacted\""
1233 unfiltered_cxx_flag: "-D__TIMESTAMP__=\"redacted\""
1234 unfiltered_cxx_flag: "-D__TIME__=\"redacted\""
1235 supports_normalizing_ar: false
1236 supports_start_end_lib: false
1237 supports_interface_shared_objects: false
1238 supports_incremental_linker: false
1239 supports_fission: false
Brian Silverman8b638692017-06-26 23:10:26 -07001240 feature {
1241 name: "dbg"
Brian Silverman8b638692017-06-26 23:10:26 -07001242 flag_set {
1243 action: "preprocess-assemble"
1244 action: "c-compile"
1245 action: "c++-compile"
1246 action: "c++-header-parsing"
1247 action: "c++-header-preprocessing"
1248 action: "c++-module-compile"
1249 flag_group {
1250 flag: "-fno-omit-frame-pointer"
1251 }
1252 }
Brian Silverman7b8899e2018-06-30 19:19:24 -07001253 implies: "all_modes"
Brian Silverman8b638692017-06-26 23:10:26 -07001254 }
Brian Silverman8b638692017-06-26 23:10:26 -07001255 feature {
1256 name: "opt"
1257 implies: "all_modes"
1258 }
1259 feature {
1260 name: "fastbuild"
1261 implies: "all_modes"
1262 }
Brian Silverman8b638692017-06-26 23:10:26 -07001263 feature {
1264 name: "all_modes"
1265 flag_set {
1266 action: "preprocess-assemble"
1267 action: "assemble"
1268 action: "c-compile"
1269 flag_group {
1270 flag: "--std=gnu99"
1271 }
1272 }
1273 flag_set {
1274 action: "c++-compile"
1275 action: "c++-header-parsing"
1276 action: "c++-header-preprocessing"
1277 action: "c++-module-compile"
1278 flag_group {
James Kuszmaul3ae42262019-11-08 12:33:41 -08001279 flag: "--std=gnu++1z"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001280 flag: "-fno-exceptions"
1281 flag: "-fno-rtti"
1282 }
1283 }
1284 }
1285 feature {
1286 name: "include_paths"
1287 flag_set {
1288 action: "preprocess-assemble"
1289 action: "c-compile"
1290 action: "c++-compile"
1291 action: "c++-header-parsing"
1292 action: "c++-header-preprocessing"
1293 action: "c++-module-compile"
1294 flag_group {
1295 flag: "-iquote"
1296 flag: "%{quote_include_paths}"
1297 iterate_over: "quote_include_paths"
1298 }
1299 flag_group {
1300 flag: "-I%{include_paths}"
1301 iterate_over: "include_paths"
1302 }
1303 flag_group {
1304 flag: "-I"
1305 flag: "%{system_include_paths}"
1306 iterate_over: "system_include_paths"
1307 }
1308 }
1309 }
1310}
1311toolchain {
1312 toolchain_identifier: "cortex-m4f-k22"
1313 host_system_name: "local"
1314 target_system_name: "cortex-m4f-k22"
1315 target_cpu: "cortex-m4f-k22"
1316 target_libc: "cortex-m4f-k22"
1317 compiler: "gcc"
1318 abi_version: "cortex-m4f-k22"
1319 abi_libc_version: "cortex-m4f-k22"
1320 tool_path {
1321 name: "ar"
1322 path: "gcc_arm_none_eabi/arm-none-eabi-ar"
1323 }
1324 tool_path {
1325 name: "compat-ld"
1326 path: "gcc_arm_none_eabi/arm-none-eabi-ld"
1327 }
1328 tool_path {
1329 name: "cpp"
1330 path: "gcc_arm_none_eabi/arm-none-eabi-cpp"
1331 }
1332 tool_path {
1333 name: "dwp"
1334 path: "gcc_arm_none_eabi/arm-none-eabi-dwp"
1335 }
1336 tool_path {
1337 name: "gcc"
1338 path: "gcc_arm_none_eabi/arm-none-eabi-gcc"
1339 }
1340 tool_path {
1341 name: "gcov"
1342 path: "gcc_arm_none_eabi/arm-none-eabi-gcov"
1343 }
1344 tool_path {
1345 name: "ld"
1346 path: "gcc_arm_none_eabi/arm-none-eabi-ld"
1347 }
1348 tool_path {
1349 name: "nm"
1350 path: "gcc_arm_none_eabi/arm-none-eabi-nm"
1351 }
1352 tool_path {
1353 name: "objcopy"
1354 path: "gcc_arm_none_eabi/arm-none-eabi-objcopy"
1355 }
1356 tool_path {
1357 name: "objdump"
1358 path: "gcc_arm_none_eabi/arm-none-eabi-objdump"
1359 }
1360 tool_path {
1361 name: "strip"
1362 path: "gcc_arm_none_eabi/arm-none-eabi-strip"
1363 }
1364 supports_gold_linker: false
1365 supports_thin_archives: false
1366 needsPic: false
1367 compiler_flag: "-D__STDC_FORMAT_MACROS"
1368 compiler_flag: "-D__STDC_CONSTANT_MACROS"
1369 compiler_flag: "-D__STDC_LIMIT_MACROS"
1370 compiler_flag: "-D__MK22FX512__"
1371 compiler_flag: "-DF_CPU=120000000"
1372 compiler_flag: "-Wl,--gc-sections"
1373 compiler_flag: "-D__have_long32"
1374 compiler_flag: "-fstack-protector"
1375 compiler_flag: "-mcpu=cortex-m4"
1376 compiler_flag: "-mfpu=fpv4-sp-d16"
1377 compiler_flag: "-mthumb"
1378 compiler_flag: "-mfloat-abi=hard"
1379 compiler_flag: "-fno-strict-aliasing"
1380 compiler_flag: "-fmessage-length=80"
1381 compiler_flag: "-fmax-errors=20"
1382 compiler_flag: "-Wall"
1383 compiler_flag: "-Wextra"
1384 compiler_flag: "-Wpointer-arith"
1385 compiler_flag: "-Wcast-qual"
1386 compiler_flag: "-Wwrite-strings"
1387 compiler_flag: "-Wtype-limits"
1388 compiler_flag: "-Wsign-compare"
1389 compiler_flag: "-Wformat=2"
1390 compiler_flag: "-Werror"
1391 compiler_flag: "-Wstrict-aliasing=2"
1392 compiler_flag: "-Wno-misleading-indentation"
1393 compiler_flag: "-Wno-int-in-bool-context"
1394 compiler_flag: "-Wdouble-promotion"
1395 compiler_flag: "-pipe"
1396 compiler_flag: "-g"
1397 compiler_flag: "-fno-common"
1398 compiler_flag: "-ffreestanding"
1399 compiler_flag: "-fbuiltin"
1400 linker_flag: "-no-canonical-prefixes"
1401 linker_flag: "-mcpu=cortex-m4"
1402 linker_flag: "-mfpu=fpv4-sp-d16"
1403 linker_flag: "-mthumb"
1404 linker_flag: "-mfloat-abi=hard"
1405 linker_flag: "-fno-strict-aliasing"
1406 linker_flag: "--specs=nano.specs"
1407 linker_flag: "-lgcc"
1408 linker_flag: "-lstdc++_nano"
1409 linker_flag: "-lm"
1410 linker_flag: "-lc_nano"
Brian Silvermand4dc1262018-09-23 16:50:34 -07001411 linker_flag: "-Tmotors/core/kinetis_512_128.ld"
1412 linker_flag: "-Tmotors/core/kinetis_sections.ld"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001413 objcopy_embed_flag: "-I"
1414 objcopy_embed_flag: "binary"
1415 compilation_mode_flags {
1416 mode: OPT
1417 compiler_flag: "-O2"
1418 compiler_flag: "-finline-functions"
1419 compiler_flag: "-ffast-math"
1420 compiler_flag: "-funroll-loops"
1421 compiler_flag: "-DNDEBUG"
1422 compiler_flag: "-ffunction-sections"
1423 linker_flag: "-Wl,--gc-sections"
1424 }
1425 linking_mode_flags {
1426 mode: FULLY_STATIC
1427 }
1428 cxx_builtin_include_directory: "/usr/lib/gcc/arm-none-eabi/4.8/include"
1429 cxx_builtin_include_directory: "/usr/lib/gcc/arm-none-eabi/4.8/include-fixed"
1430 cxx_builtin_include_directory: "/usr/lib/arm-none-eabi/include"
1431 cxx_builtin_include_directory: "/usr/include/newlib"
1432 builtin_sysroot: ""
1433 unfiltered_cxx_flag: "-no-canonical-prefixes"
1434 unfiltered_cxx_flag: "-Wno-builtin-macro-redefined"
1435 unfiltered_cxx_flag: "-D__DATE__=\"redacted\""
1436 unfiltered_cxx_flag: "-D__TIMESTAMP__=\"redacted\""
1437 unfiltered_cxx_flag: "-D__TIME__=\"redacted\""
1438 supports_normalizing_ar: false
1439 supports_start_end_lib: false
1440 supports_interface_shared_objects: false
1441 supports_incremental_linker: false
1442 supports_fission: false
1443 feature {
1444 name: "dbg"
1445 flag_set {
1446 action: "preprocess-assemble"
1447 action: "c-compile"
1448 action: "c++-compile"
1449 action: "c++-header-parsing"
1450 action: "c++-header-preprocessing"
1451 action: "c++-module-compile"
1452 flag_group {
1453 flag: "-fno-omit-frame-pointer"
1454 }
1455 }
1456 implies: "all_modes"
1457 }
1458 feature {
1459 name: "opt"
1460 implies: "all_modes"
1461 }
1462 feature {
1463 name: "fastbuild"
1464 implies: "all_modes"
1465 }
1466 feature {
1467 name: "all_modes"
1468 flag_set {
1469 action: "preprocess-assemble"
1470 action: "assemble"
1471 action: "c-compile"
1472 flag_group {
1473 flag: "--std=gnu99"
1474 }
1475 }
1476 flag_set {
1477 action: "c++-compile"
1478 action: "c++-header-parsing"
1479 action: "c++-header-preprocessing"
1480 action: "c++-module-compile"
1481 flag_group {
James Kuszmaul3ae42262019-11-08 12:33:41 -08001482 flag: "--std=gnu++1z"
Brian Silverman8b638692017-06-26 23:10:26 -07001483 flag: "-fno-exceptions"
1484 flag: "-fno-rtti"
1485 }
1486 }
1487 }
Brian Silverman8b638692017-06-26 23:10:26 -07001488 feature {
Brian Silverman7b8899e2018-06-30 19:19:24 -07001489 name: "include_paths"
Brian Silverman8b638692017-06-26 23:10:26 -07001490 flag_set {
Brian Silverman7b8899e2018-06-30 19:19:24 -07001491 action: "preprocess-assemble"
1492 action: "c-compile"
1493 action: "c++-compile"
1494 action: "c++-header-parsing"
1495 action: "c++-header-preprocessing"
1496 action: "c++-module-compile"
Brian Silverman8b638692017-06-26 23:10:26 -07001497 flag_group {
Brian Silverman7b8899e2018-06-30 19:19:24 -07001498 flag: "-iquote"
1499 flag: "%{quote_include_paths}"
1500 iterate_over: "quote_include_paths"
Brian Silverman8b638692017-06-26 23:10:26 -07001501 }
1502 flag_group {
Brian Silverman7b8899e2018-06-30 19:19:24 -07001503 flag: "-I%{include_paths}"
1504 iterate_over: "include_paths"
Brian Silverman8b638692017-06-26 23:10:26 -07001505 }
1506 flag_group {
Brian Silverman7b8899e2018-06-30 19:19:24 -07001507 flag: "-I"
1508 flag: "%{system_include_paths}"
1509 iterate_over: "system_include_paths"
Brian Silverman8b638692017-06-26 23:10:26 -07001510 }
1511 }
1512 }
1513}