Searched refs:target_sysroot_suffix (Results 1 – 2 of 2) sorted by relevance
| /dragonfly/contrib/gcc-4.7/gcc/ |
| HD | gcc.c | 130 static const char *target_sysroot_suffix = 0; variable 2483 if (target_sysroot_suffix) in add_sysrooted_prefix() 2484 prefix = concat (target_sysroot_suffix, prefix, NULL); in add_sysrooted_prefix() 5184 if (target_sysroot_suffix) in do_spec_1() 5185 obstack_grow (&obstack, target_sysroot_suffix, in do_spec_1() 5186 strlen (target_sysroot_suffix)); in do_spec_1() 6357 target_sysroot_suffix = xstrdup (VEC_last (const_char_p, argbuf)); in main() 6600 if (target_sysroot_suffix) in main() 6601 printf ("%s%s\n", target_system_root, target_sysroot_suffix); in main()
|
| /dragonfly/contrib/gcc-8.0/gcc/ |
| HD | gcc.c | 257 static const char *target_sysroot_suffix = 0; variable 2883 if (target_sysroot_suffix) in add_sysrooted_prefix() 2885 target_sysroot_suffix, prefix, NULL); in add_sysrooted_prefix() 5864 if (target_sysroot_suffix) in do_spec_1() 5865 obstack_grow (&obstack, target_sysroot_suffix, in do_spec_1() 5866 strlen (target_sysroot_suffix)); in do_spec_1() 7577 target_sysroot_suffix = xstrdup (argbuf.last ()); in set_up_specs() 8004 if (target_sysroot_suffix) in maybe_print_and_exit() 8005 printf ("%s%s\n", target_system_root, target_sysroot_suffix); in maybe_print_and_exit() 10086 target_sysroot_suffix = 0; in finalize()
|