Searched refs:target_system_root (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gcc.c | 195 static const char *target_system_root = TARGET_SYSTEM_ROOT; variable 197 static const char *target_system_root = 0; variable 2761 if (target_system_root) in add_sysrooted_prefix() 2765 prefix = concat (target_system_root, prefix, NULL); in add_sysrooted_prefix() 4008 if (target_system_root && gcc_exec_prefix) in process_command() 4012 target_system_root); in process_command() 4015 target_system_root = tmp_prefix; in process_command() 4076 target_system_root = argv[i] + strlen ("--sysroot="); in process_command() 4985 (target_system_root && target_sysroot_hdrs_suffix)) in do_spec_1() 4990 do_spec_1 (target_system_root, 1, NULL); in do_spec_1() [all …]
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | gcc.c | 204 static const char *target_system_root = TARGET_SYSTEM_ROOT; variable 206 static const char *target_system_root = 0; variable 2556 if (target_system_root) 2558 prefix = concat (target_system_root, prefix, NULL); 3753 if (target_system_root && gcc_exec_prefix) 3757 target_system_root); 3760 target_system_root = tmp_prefix; 4653 do_spec_1 (target_system_root, 1, NULL); 5008 if (target_system_root) 5009 obstack_grow (&obstack, target_system_root, [all …]
|
| H A D | ChangeLog | 2314 * gcc.c (target_system_root): New variable. 2316 (process_command): Recompute run-time target_system_root from
|