Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dgcc.c208 static const char *target_sysroot_suffix = 0; variable
2796 if (target_sysroot_suffix) in add_sysrooted_prefix()
2797 prefix = concat (target_sysroot_suffix, prefix, NULL); in add_sysrooted_prefix()
5270 if (target_sysroot_suffix) in do_spec_1()
5271 obstack_grow (&obstack, target_sysroot_suffix, in do_spec_1()
5272 strlen (target_sysroot_suffix)); in do_spec_1()
6345 target_sysroot_suffix = xstrdup (argbuf[argbuf_index -1]); in main()
H A DChangeLog-200318275 * gcc.c (target_sysroot_suffix, target_sysroot_hdrs_suffix,