Home
last modified time | relevance | path

Searched refs:target_sysroot_hdrs_suffix (Results 1 – 2 of 2) sorted by relevance

/dragonfly/contrib/gcc-4.7/gcc/
HDgcc.c134 static const char *target_sysroot_hdrs_suffix = 0; variable
4962 (target_system_root && target_sysroot_hdrs_suffix)) in do_spec_1()
4968 if (target_sysroot_hdrs_suffix) in do_spec_1()
4969 do_spec_1 (target_sysroot_hdrs_suffix, 1, NULL); in do_spec_1()
6380 target_sysroot_hdrs_suffix = xstrdup (VEC_last (const_char_p, argbuf)); in main()
6621 printf("%s\n", (target_sysroot_hdrs_suffix in main()
6622 ? target_sysroot_hdrs_suffix in main()
/dragonfly/contrib/gcc-8.0/gcc/
HDgcc.c261 static const char *target_sysroot_hdrs_suffix = 0; variable
5631 (target_system_root && target_sysroot_hdrs_suffix)) in do_spec_1()
5637 if (target_sysroot_hdrs_suffix) in do_spec_1()
5638 do_spec_1 (target_sysroot_hdrs_suffix, 1, NULL); in do_spec_1()
7601 target_sysroot_hdrs_suffix = xstrdup (argbuf.last ()); in set_up_specs()
8025 printf("%s\n", (target_sysroot_hdrs_suffix in maybe_print_and_exit()
8026 ? target_sysroot_hdrs_suffix in maybe_print_and_exit()
10087 target_sysroot_hdrs_suffix = 0; in finalize()