blob: 39f29d8f515fe9fb7e80f83dbd637c9b98c24fb4 [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"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800917 compiler_flag: "--sysroot=external/linaro_linux_gcc_repo/arm-linux-gnueabihf/libc"
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"
934 compiler_flag: "external/linaro_linux_gcc_repo/arm-linux-gnueabihf/libc/usr/include"
Austin Schuh23da18b2015-10-11 20:52:49 -0700935 compiler_flag: "-D__STDC_FORMAT_MACROS"
936 compiler_flag: "-D__STDC_CONSTANT_MACROS"
937 compiler_flag: "-D__STDC_LIMIT_MACROS"
938 compiler_flag: "-D_FILE_OFFSET_BITS=64"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700939 compiler_flag: "-DAOS_ARCHITECTURE_armhf"
Austin Schuh23da18b2015-10-11 20:52:49 -0700940 compiler_flag: "-U_FORTIFY_SOURCE"
941 compiler_flag: "-fstack-protector"
942 compiler_flag: "-fPIE"
Austin Schuh23da18b2015-10-11 20:52:49 -0700943 compiler_flag: "-fdiagnostics-color=always"
Austin Schuh23da18b2015-10-11 20:52:49 -0700944 compiler_flag: "-Wall"
945 compiler_flag: "-Wextra"
Austin Schuh23da18b2015-10-11 20:52:49 -0700946 compiler_flag: "-Wpointer-arith"
Brian Silverman594be0d2015-10-31 17:56:23 -0400947 compiler_flag: "-Wstrict-aliasing"
Austin Schuh23da18b2015-10-11 20:52:49 -0700948 compiler_flag: "-Wcast-qual"
949 compiler_flag: "-Wcast-align"
950 compiler_flag: "-Wwrite-strings"
951 compiler_flag: "-Wtype-limits"
952 compiler_flag: "-Wsign-compare"
953 compiler_flag: "-Wformat=2"
954 compiler_flag: "-Werror"
Brian Silvermana4a4ea62015-11-27 10:27:53 -0500955 compiler_flag: "-Wunused-local-typedefs"
Austin Schuh23da18b2015-10-11 20:52:49 -0700956 compiler_flag: "-fno-omit-frame-pointer"
Austin Schuh23da18b2015-10-11 20:52:49 -0700957 compiler_flag: "-pipe"
Brian Silvermand2540402015-11-28 18:35:00 -0500958 compiler_flag: "-ggdb3"
Brian Silverman0d57fc82016-01-24 21:02:53 -0500959 linker_flag: "-target"
960 linker_flag: "armv7a-arm-linux-gnueabif"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800961 linker_flag: "--sysroot=external/linaro_linux_gcc_repo/arm-linux-gnueabihf/libc"
Brian Silverman0d57fc82016-01-24 21:02:53 -0500962 linker_flag: "-lstdc++"
963 linker_flag: "-Ltools/cpp/linaro_linux_gcc/clang_more_libs"
James Kuszmaul3ae42262019-11-08 12:33:41 -0800964 linker_flag: "-Lexternal/linaro_linux_gcc_repo/arm-linux-gnueabihf/lib"
965 linker_flag: "-Lexternal/linaro_linux_gcc_repo/arm-linux-gnueabihf/libc/lib"
966 linker_flag: "-Lexternal/linaro_linux_gcc_repo/arm-linux-gnueabihf/libc/usr/lib"
967 linker_flag: "-Lexternal/linaro_linux_gcc_repo/lib/gcc/arm-linux-gnueabihf/7.4.1"
968 linker_flag: "-Bexternal/linaro_linux_gcc_repo/lib/gcc/arm-linux-gnueabihf/7.4.1"
969 linker_flag: "-Bexternal/linaro_linux_gcc_repo/arm-linux-gnueabihf/bin"
Brian Silverman0d57fc82016-01-24 21:02:53 -0500970 linker_flag: "-Wl,--dynamic-linker=/lib/ld-linux-armhf.so.3"
Brian Silverman7b8899e2018-06-30 19:19:24 -0700971 linker_flag: "-no-canonical-prefixes"
972 linker_flag: "-Wl,-z,relro,-z,now"
973 linker_flag: "-lm"
974 linker_flag: "-Wl,--build-id=md5"
975 linker_flag: "-Wl,--hash-style=gnu"
976 objcopy_embed_flag: "-I"
977 objcopy_embed_flag: "binary"
978 compilation_mode_flags {
979 mode: OPT
980 compiler_flag: "-O2"
981 compiler_flag: "-DNDEBUG"
982 compiler_flag: "-D_FORTIFY_SOURCE=1"
983 compiler_flag: "-ffunction-sections"
984 compiler_flag: "-fdata-sections"
985 linker_flag: "-Wl,--gc-sections"
986 }
987 linking_mode_flags {
988 mode: DYNAMIC
989 }
James Kuszmaul3ae42262019-11-08 12:33:41 -0800990 cxx_builtin_include_directory: "%package(@linaro_linux_gcc_repo//include)%"
991 cxx_builtin_include_directory: "%package(@linaro_linux_gcc_repo//arm-linux-gnueabihf/libc/usr/include)%"
992 cxx_builtin_include_directory: "%package(@linaro_linux_gcc_repo//arm-linux-gnueabihf/libc/usr/lib/include)%"
993 cxx_builtin_include_directory: "%package(@linaro_linux_gcc_repo//arm-linux-gnueabihf/libc/lib/gcc/arm-linux-gnueabihf/7.4.1/include-fixed)%"
994 cxx_builtin_include_directory: "%package(@linaro_linux_gcc_repo//include)%/c++/7.4.1"
995 cxx_builtin_include_directory: "%package(@linaro_linux_gcc_repo//arm-linux-gnueabihf/libc/lib/gcc/arm-linux-gnueabihf/7.4.1/include)%"
996 cxx_builtin_include_directory: "%package(@linaro_linux_gcc_repo//arm-linux-gnueabihf/libc/lib/gcc/arm-linux-gnueabihf/7.4.1/include-fixed)%"
997 cxx_builtin_include_directory: "%package(@linaro_linux_gcc_repo//lib/gcc/arm-linux-gnueabihf/7.4.1/include)%"
998 cxx_builtin_include_directory: "%package(@linaro_linux_gcc_repo//lib/gcc/arm-linux-gnueabihf/7.4.1/include-fixed)%"
999 cxx_builtin_include_directory: "%package(@linaro_linux_gcc_repo//arm-linux-gnueabihf/include)%/c++/7.4.1"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001000 builtin_sysroot: ""
1001 unfiltered_cxx_flag: "-no-canonical-prefixes"
1002 unfiltered_cxx_flag: "-Wno-builtin-macro-redefined"
James Kuszmaul3ae42262019-11-08 12:33:41 -08001003 unfiltered_cxx_flag: "-Wno-mismatched-new-delete"
1004 unfiltered_cxx_flag: "-Wno-null-pointer-arithmetic"
1005 unfiltered_cxx_flag: "-Wno-varargs"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001006 unfiltered_cxx_flag: "-D__DATE__=\"redacted\""
1007 unfiltered_cxx_flag: "-D__TIMESTAMP__=\"redacted\""
1008 unfiltered_cxx_flag: "-D__TIME__=\"redacted\""
1009 supports_normalizing_ar: true
1010 supports_start_end_lib: false
1011 supports_interface_shared_objects: false
1012 supports_incremental_linker: false
1013 supports_fission: false
Brian Silverman0d57fc82016-01-24 21:02:53 -05001014 feature {
1015 name: "opt"
Brian Silverman0d57fc82016-01-24 21:02:53 -05001016 flag_set {
1017 action: "preprocess-assemble"
1018 action: "c-compile"
1019 action: "c++-compile"
1020 action: "c++-header-parsing"
1021 action: "c++-header-preprocessing"
1022 action: "c++-module-compile"
1023 flag_group {
1024 flag: "-DAOS_DEBUG=0"
1025 }
1026 }
Brian Silverman7b8899e2018-06-30 19:19:24 -07001027 implies: "all_modes"
Brian Silverman0d57fc82016-01-24 21:02:53 -05001028 }
Brian Silverman0d57fc82016-01-24 21:02:53 -05001029 feature {
1030 name: "dbg"
Brian Silverman0d57fc82016-01-24 21:02:53 -05001031 flag_set {
1032 action: "preprocess-assemble"
1033 action: "c-compile"
1034 action: "c++-compile"
1035 action: "c++-header-parsing"
1036 action: "c++-header-preprocessing"
1037 action: "c++-module-compile"
1038 flag_group {
1039 flag: "-DAOS_DEBUG=1"
1040 }
1041 flag_group {
1042 flag: "-fno-omit-frame-pointer"
1043 }
1044 }
Brian Silverman7b8899e2018-06-30 19:19:24 -07001045 implies: "all_modes"
Brian Silverman0d57fc82016-01-24 21:02:53 -05001046 }
Brian Silverman0d57fc82016-01-24 21:02:53 -05001047 feature {
1048 name: "fastbuild"
Brian Silverman0d57fc82016-01-24 21:02:53 -05001049 flag_set {
1050 action: "preprocess-assemble"
1051 action: "c-compile"
1052 action: "c++-compile"
1053 action: "c++-header-parsing"
1054 action: "c++-header-preprocessing"
1055 action: "c++-module-compile"
1056 flag_group {
1057 flag: "-DAOS_DEBUG=0"
1058 }
1059 }
Brian Silverman7b8899e2018-06-30 19:19:24 -07001060 implies: "all_modes"
Brian Silverman0d57fc82016-01-24 21:02:53 -05001061 }
Brian Silverman0d57fc82016-01-24 21:02:53 -05001062 feature {
1063 name: "all_modes"
1064 flag_set {
1065 action: "preprocess-assemble"
1066 action: "assemble"
1067 action: "c-compile"
1068 flag_group {
1069 flag: "-std=gnu99"
1070 }
1071 }
1072 flag_set {
1073 action: "c++-compile"
1074 action: "c++-header-parsing"
1075 action: "c++-header-preprocessing"
1076 action: "c++-module-compile"
1077 flag_group {
James Kuszmaul3ae42262019-11-08 12:33:41 -08001078 flag: "-std=gnu++1z"
Brian Silverman0d57fc82016-01-24 21:02:53 -05001079 }
1080 }
1081 flag_set {
1082 action: "preprocess-assemble"
1083 action: "assemble"
1084 action: "c++-link"
1085 action: "c++-compile"
1086 action: "c++-header-parsing"
1087 action: "c++-header-preprocessing"
1088 action: "c++-module-compile"
1089 action: "c-compile"
1090 flag_group {
Brian Silverman0d57fc82016-01-24 21:02:53 -05001091 flag: "-pthread"
1092 }
1093 }
1094 }
Austin Schuh137d9452018-07-07 15:42:36 -07001095 feature {
1096 name: "pie_for_linking"
Austin Schuh137d9452018-07-07 15:42:36 -07001097 flag_set {
1098 action: "c++-link-executable"
1099 flag_group {
1100 flag: "-pie"
1101 }
1102 }
Brian Silverman7b8899e2018-06-30 19:19:24 -07001103 enabled: true
Austin Schuh137d9452018-07-07 15:42:36 -07001104 }
Brian Silverman0d57fc82016-01-24 21:02:53 -05001105}
Brian Silverman8b638692017-06-26 23:10:26 -07001106toolchain {
Brian Silverman7b8899e2018-06-30 19:19:24 -07001107 toolchain_identifier: "cortex-m4f"
1108 host_system_name: "local"
1109 target_system_name: "cortex-m4f"
1110 target_cpu: "cortex-m4f"
1111 target_libc: "cortex-m4f"
1112 compiler: "gcc"
Brian Silverman8b638692017-06-26 23:10:26 -07001113 abi_version: "cortex-m4f"
1114 abi_libc_version: "cortex-m4f"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001115 tool_path {
1116 name: "ar"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001117 path: "gcc_arm_none_eabi/arm-none-eabi-ar"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001118 }
1119 tool_path {
1120 name: "compat-ld"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001121 path: "gcc_arm_none_eabi/arm-none-eabi-ld"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001122 }
1123 tool_path {
1124 name: "cpp"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001125 path: "gcc_arm_none_eabi/arm-none-eabi-cpp"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001126 }
1127 tool_path {
1128 name: "dwp"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001129 path: "gcc_arm_none_eabi/arm-none-eabi-dwp"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001130 }
1131 tool_path {
1132 name: "gcc"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001133 path: "gcc_arm_none_eabi/arm-none-eabi-gcc"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001134 }
1135 tool_path {
1136 name: "gcov"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001137 path: "gcc_arm_none_eabi/arm-none-eabi-gcov"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001138 }
1139 tool_path {
1140 name: "ld"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001141 path: "gcc_arm_none_eabi/arm-none-eabi-ld"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001142 }
1143 tool_path {
1144 name: "nm"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001145 path: "gcc_arm_none_eabi/arm-none-eabi-nm"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001146 }
1147 tool_path {
1148 name: "objcopy"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001149 path: "gcc_arm_none_eabi/arm-none-eabi-objcopy"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001150 }
1151 tool_path {
1152 name: "objdump"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001153 path: "gcc_arm_none_eabi/arm-none-eabi-objdump"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001154 }
1155 tool_path {
1156 name: "strip"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001157 path: "gcc_arm_none_eabi/arm-none-eabi-strip"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001158 }
Brian Silverman8b638692017-06-26 23:10:26 -07001159 supports_gold_linker: false
Brian Silverman8b638692017-06-26 23:10:26 -07001160 supports_thin_archives: false
Brian Silverman7b8899e2018-06-30 19:19:24 -07001161 needsPic: false
1162 compiler_flag: "-D__STDC_FORMAT_MACROS"
1163 compiler_flag: "-D__STDC_CONSTANT_MACROS"
1164 compiler_flag: "-D__STDC_LIMIT_MACROS"
1165 compiler_flag: "-D__MK64FX512__"
1166 compiler_flag: "-DF_CPU=120000000"
1167 compiler_flag: "-Wl,--gc-sections"
1168 compiler_flag: "-D__have_long32"
1169 compiler_flag: "-fstack-protector"
1170 compiler_flag: "-mcpu=cortex-m4"
1171 compiler_flag: "-mfpu=fpv4-sp-d16"
1172 compiler_flag: "-mthumb"
1173 compiler_flag: "-mfloat-abi=hard"
1174 compiler_flag: "-fno-strict-aliasing"
1175 compiler_flag: "-fmessage-length=80"
1176 compiler_flag: "-fmax-errors=20"
1177 compiler_flag: "-Wall"
1178 compiler_flag: "-Wextra"
1179 compiler_flag: "-Wpointer-arith"
1180 compiler_flag: "-Wcast-qual"
1181 compiler_flag: "-Wwrite-strings"
1182 compiler_flag: "-Wtype-limits"
1183 compiler_flag: "-Wsign-compare"
1184 compiler_flag: "-Wformat=2"
1185 compiler_flag: "-Werror"
1186 compiler_flag: "-Wstrict-aliasing=2"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001187 compiler_flag: "-Wno-misleading-indentation"
1188 compiler_flag: "-Wno-int-in-bool-context"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001189 compiler_flag: "-Wdouble-promotion"
1190 compiler_flag: "-pipe"
1191 compiler_flag: "-g"
1192 compiler_flag: "-fno-common"
1193 compiler_flag: "-ffreestanding"
1194 compiler_flag: "-fbuiltin"
1195 linker_flag: "-no-canonical-prefixes"
1196 linker_flag: "-mcpu=cortex-m4"
1197 linker_flag: "-mfpu=fpv4-sp-d16"
1198 linker_flag: "-mthumb"
1199 linker_flag: "-mfloat-abi=hard"
1200 linker_flag: "-fno-strict-aliasing"
1201 linker_flag: "--specs=nano.specs"
1202 linker_flag: "-lgcc"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001203 linker_flag: "-lstdc++_nano"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001204 linker_flag: "-lm"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001205 linker_flag: "-lc_nano"
Brian Silvermand4dc1262018-09-23 16:50:34 -07001206 linker_flag: "-Tmotors/core/kinetis_512_256.ld"
1207 linker_flag: "-Tmotors/core/kinetis_sections.ld"
Brian Silverman8b638692017-06-26 23:10:26 -07001208 objcopy_embed_flag: "-I"
1209 objcopy_embed_flag: "binary"
Brian Silverman7b8899e2018-06-30 19:19:24 -07001210 compilation_mode_flags {
1211 mode: OPT
1212 compiler_flag: "-O2"
1213 compiler_flag: "-finline-functions"
1214 compiler_flag: "-ffast-math"
1215 compiler_flag: "-funroll-loops"
1216 compiler_flag: "-DNDEBUG"
1217 compiler_flag: "-ffunction-sections"
1218 linker_flag: "-Wl,--gc-sections"
1219 }
1220 linking_mode_flags {
1221 mode: FULLY_STATIC
1222 }
1223 cxx_builtin_include_directory: "/usr/lib/gcc/arm-none-eabi/4.8/include"
1224 cxx_builtin_include_directory: "/usr/lib/gcc/arm-none-eabi/4.8/include-fixed"
1225 cxx_builtin_include_directory: "/usr/lib/arm-none-eabi/include"
1226 cxx_builtin_include_directory: "/usr/include/newlib"
1227 builtin_sysroot: ""
1228 unfiltered_cxx_flag: "-no-canonical-prefixes"
1229 unfiltered_cxx_flag: "-Wno-builtin-macro-redefined"
1230 unfiltered_cxx_flag: "-D__DATE__=\"redacted\""
1231 unfiltered_cxx_flag: "-D__TIMESTAMP__=\"redacted\""
1232 unfiltered_cxx_flag: "-D__TIME__=\"redacted\""
1233 supports_normalizing_ar: false
1234 supports_start_end_lib: false
1235 supports_interface_shared_objects: false
1236 supports_incremental_linker: false
1237 supports_fission: false
Brian Silverman8b638692017-06-26 23:10:26 -07001238 feature {
1239 name: "dbg"
Brian Silverman8b638692017-06-26 23:10:26 -07001240 flag_set {
1241 action: "preprocess-assemble"
1242 action: "c-compile"
1243 action: "c++-compile"
1244 action: "c++-header-parsing"
1245 action: "c++-header-preprocessing"
1246 action: "c++-module-compile"
1247 flag_group {
1248 flag: "-fno-omit-frame-pointer"
1249 }
1250 }
Brian Silverman7b8899e2018-06-30 19:19:24 -07001251 implies: "all_modes"
Brian Silverman8b638692017-06-26 23:10:26 -07001252 }
Brian Silverman8b638692017-06-26 23:10:26 -07001253 feature {
1254 name: "opt"
1255 implies: "all_modes"
1256 }
1257 feature {
1258 name: "fastbuild"
1259 implies: "all_modes"
1260 }
Brian Silverman8b638692017-06-26 23:10:26 -07001261 feature {
1262 name: "all_modes"
1263 flag_set {
1264 action: "preprocess-assemble"
1265 action: "assemble"
1266 action: "c-compile"
1267 flag_group {
1268 flag: "--std=gnu99"
1269 }
1270 }
1271 flag_set {
1272 action: "c++-compile"
1273 action: "c++-header-parsing"
1274 action: "c++-header-preprocessing"
1275 action: "c++-module-compile"
1276 flag_group {
James Kuszmaul3ae42262019-11-08 12:33:41 -08001277 flag: "--std=gnu++1z"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001278 flag: "-fno-exceptions"
1279 flag: "-fno-rtti"
1280 }
1281 }
1282 }
1283 feature {
1284 name: "include_paths"
1285 flag_set {
1286 action: "preprocess-assemble"
1287 action: "c-compile"
1288 action: "c++-compile"
1289 action: "c++-header-parsing"
1290 action: "c++-header-preprocessing"
1291 action: "c++-module-compile"
1292 flag_group {
1293 flag: "-iquote"
1294 flag: "%{quote_include_paths}"
1295 iterate_over: "quote_include_paths"
1296 }
1297 flag_group {
1298 flag: "-I%{include_paths}"
1299 iterate_over: "include_paths"
1300 }
1301 flag_group {
1302 flag: "-I"
1303 flag: "%{system_include_paths}"
1304 iterate_over: "system_include_paths"
1305 }
1306 }
1307 }
1308}
1309toolchain {
1310 toolchain_identifier: "cortex-m4f-k22"
1311 host_system_name: "local"
1312 target_system_name: "cortex-m4f-k22"
1313 target_cpu: "cortex-m4f-k22"
1314 target_libc: "cortex-m4f-k22"
1315 compiler: "gcc"
1316 abi_version: "cortex-m4f-k22"
1317 abi_libc_version: "cortex-m4f-k22"
1318 tool_path {
1319 name: "ar"
1320 path: "gcc_arm_none_eabi/arm-none-eabi-ar"
1321 }
1322 tool_path {
1323 name: "compat-ld"
1324 path: "gcc_arm_none_eabi/arm-none-eabi-ld"
1325 }
1326 tool_path {
1327 name: "cpp"
1328 path: "gcc_arm_none_eabi/arm-none-eabi-cpp"
1329 }
1330 tool_path {
1331 name: "dwp"
1332 path: "gcc_arm_none_eabi/arm-none-eabi-dwp"
1333 }
1334 tool_path {
1335 name: "gcc"
1336 path: "gcc_arm_none_eabi/arm-none-eabi-gcc"
1337 }
1338 tool_path {
1339 name: "gcov"
1340 path: "gcc_arm_none_eabi/arm-none-eabi-gcov"
1341 }
1342 tool_path {
1343 name: "ld"
1344 path: "gcc_arm_none_eabi/arm-none-eabi-ld"
1345 }
1346 tool_path {
1347 name: "nm"
1348 path: "gcc_arm_none_eabi/arm-none-eabi-nm"
1349 }
1350 tool_path {
1351 name: "objcopy"
1352 path: "gcc_arm_none_eabi/arm-none-eabi-objcopy"
1353 }
1354 tool_path {
1355 name: "objdump"
1356 path: "gcc_arm_none_eabi/arm-none-eabi-objdump"
1357 }
1358 tool_path {
1359 name: "strip"
1360 path: "gcc_arm_none_eabi/arm-none-eabi-strip"
1361 }
1362 supports_gold_linker: false
1363 supports_thin_archives: false
1364 needsPic: false
1365 compiler_flag: "-D__STDC_FORMAT_MACROS"
1366 compiler_flag: "-D__STDC_CONSTANT_MACROS"
1367 compiler_flag: "-D__STDC_LIMIT_MACROS"
1368 compiler_flag: "-D__MK22FX512__"
1369 compiler_flag: "-DF_CPU=120000000"
1370 compiler_flag: "-Wl,--gc-sections"
1371 compiler_flag: "-D__have_long32"
1372 compiler_flag: "-fstack-protector"
1373 compiler_flag: "-mcpu=cortex-m4"
1374 compiler_flag: "-mfpu=fpv4-sp-d16"
1375 compiler_flag: "-mthumb"
1376 compiler_flag: "-mfloat-abi=hard"
1377 compiler_flag: "-fno-strict-aliasing"
1378 compiler_flag: "-fmessage-length=80"
1379 compiler_flag: "-fmax-errors=20"
1380 compiler_flag: "-Wall"
1381 compiler_flag: "-Wextra"
1382 compiler_flag: "-Wpointer-arith"
1383 compiler_flag: "-Wcast-qual"
1384 compiler_flag: "-Wwrite-strings"
1385 compiler_flag: "-Wtype-limits"
1386 compiler_flag: "-Wsign-compare"
1387 compiler_flag: "-Wformat=2"
1388 compiler_flag: "-Werror"
1389 compiler_flag: "-Wstrict-aliasing=2"
1390 compiler_flag: "-Wno-misleading-indentation"
1391 compiler_flag: "-Wno-int-in-bool-context"
1392 compiler_flag: "-Wdouble-promotion"
1393 compiler_flag: "-pipe"
1394 compiler_flag: "-g"
1395 compiler_flag: "-fno-common"
1396 compiler_flag: "-ffreestanding"
1397 compiler_flag: "-fbuiltin"
1398 linker_flag: "-no-canonical-prefixes"
1399 linker_flag: "-mcpu=cortex-m4"
1400 linker_flag: "-mfpu=fpv4-sp-d16"
1401 linker_flag: "-mthumb"
1402 linker_flag: "-mfloat-abi=hard"
1403 linker_flag: "-fno-strict-aliasing"
1404 linker_flag: "--specs=nano.specs"
1405 linker_flag: "-lgcc"
1406 linker_flag: "-lstdc++_nano"
1407 linker_flag: "-lm"
1408 linker_flag: "-lc_nano"
Brian Silvermand4dc1262018-09-23 16:50:34 -07001409 linker_flag: "-Tmotors/core/kinetis_512_128.ld"
1410 linker_flag: "-Tmotors/core/kinetis_sections.ld"
Brian Silverman6c8b88b2018-09-03 18:17:02 -07001411 objcopy_embed_flag: "-I"
1412 objcopy_embed_flag: "binary"
1413 compilation_mode_flags {
1414 mode: OPT
1415 compiler_flag: "-O2"
1416 compiler_flag: "-finline-functions"
1417 compiler_flag: "-ffast-math"
1418 compiler_flag: "-funroll-loops"
1419 compiler_flag: "-DNDEBUG"
1420 compiler_flag: "-ffunction-sections"
1421 linker_flag: "-Wl,--gc-sections"
1422 }
1423 linking_mode_flags {
1424 mode: FULLY_STATIC
1425 }
1426 cxx_builtin_include_directory: "/usr/lib/gcc/arm-none-eabi/4.8/include"
1427 cxx_builtin_include_directory: "/usr/lib/gcc/arm-none-eabi/4.8/include-fixed"
1428 cxx_builtin_include_directory: "/usr/lib/arm-none-eabi/include"
1429 cxx_builtin_include_directory: "/usr/include/newlib"
1430 builtin_sysroot: ""
1431 unfiltered_cxx_flag: "-no-canonical-prefixes"
1432 unfiltered_cxx_flag: "-Wno-builtin-macro-redefined"
1433 unfiltered_cxx_flag: "-D__DATE__=\"redacted\""
1434 unfiltered_cxx_flag: "-D__TIMESTAMP__=\"redacted\""
1435 unfiltered_cxx_flag: "-D__TIME__=\"redacted\""
1436 supports_normalizing_ar: false
1437 supports_start_end_lib: false
1438 supports_interface_shared_objects: false
1439 supports_incremental_linker: false
1440 supports_fission: false
1441 feature {
1442 name: "dbg"
1443 flag_set {
1444 action: "preprocess-assemble"
1445 action: "c-compile"
1446 action: "c++-compile"
1447 action: "c++-header-parsing"
1448 action: "c++-header-preprocessing"
1449 action: "c++-module-compile"
1450 flag_group {
1451 flag: "-fno-omit-frame-pointer"
1452 }
1453 }
1454 implies: "all_modes"
1455 }
1456 feature {
1457 name: "opt"
1458 implies: "all_modes"
1459 }
1460 feature {
1461 name: "fastbuild"
1462 implies: "all_modes"
1463 }
1464 feature {
1465 name: "all_modes"
1466 flag_set {
1467 action: "preprocess-assemble"
1468 action: "assemble"
1469 action: "c-compile"
1470 flag_group {
1471 flag: "--std=gnu99"
1472 }
1473 }
1474 flag_set {
1475 action: "c++-compile"
1476 action: "c++-header-parsing"
1477 action: "c++-header-preprocessing"
1478 action: "c++-module-compile"
1479 flag_group {
James Kuszmaul3ae42262019-11-08 12:33:41 -08001480 flag: "--std=gnu++1z"
Brian Silverman8b638692017-06-26 23:10:26 -07001481 flag: "-fno-exceptions"
1482 flag: "-fno-rtti"
1483 }
1484 }
1485 }
Brian Silverman8b638692017-06-26 23:10:26 -07001486 feature {
Brian Silverman7b8899e2018-06-30 19:19:24 -07001487 name: "include_paths"
Brian Silverman8b638692017-06-26 23:10:26 -07001488 flag_set {
Brian Silverman7b8899e2018-06-30 19:19:24 -07001489 action: "preprocess-assemble"
1490 action: "c-compile"
1491 action: "c++-compile"
1492 action: "c++-header-parsing"
1493 action: "c++-header-preprocessing"
1494 action: "c++-module-compile"
Brian Silverman8b638692017-06-26 23:10:26 -07001495 flag_group {
Brian Silverman7b8899e2018-06-30 19:19:24 -07001496 flag: "-iquote"
1497 flag: "%{quote_include_paths}"
1498 iterate_over: "quote_include_paths"
Brian Silverman8b638692017-06-26 23:10:26 -07001499 }
1500 flag_group {
Brian Silverman7b8899e2018-06-30 19:19:24 -07001501 flag: "-I%{include_paths}"
1502 iterate_over: "include_paths"
Brian Silverman8b638692017-06-26 23:10:26 -07001503 }
1504 flag_group {
Brian Silverman7b8899e2018-06-30 19:19:24 -07001505 flag: "-I"
1506 flag: "%{system_include_paths}"
1507 iterate_over: "system_include_paths"
Brian Silverman8b638692017-06-26 23:10:26 -07001508 }
1509 }
1510 }
1511}