Searched refs:gcc_exec_prefix (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12-stable/contrib/gcc/ |
| D | gcc.c | 1457 static const char *gcc_exec_prefix; variable 3315 GET_ENVIRONMENT (gcc_exec_prefix, "GCC_EXEC_PREFIX"); in process_command() 3400 if (!gcc_exec_prefix) in process_command() 3402 gcc_exec_prefix = make_relative_prefix (argv[0], standard_bindir_prefix, in process_command() 3407 if (gcc_exec_prefix) in process_command() 3408 putenv (concat ("GCC_EXEC_PREFIX=", gcc_exec_prefix, NULL)); in process_command() 3416 char *tmp_prefix = concat (gcc_exec_prefix, "gcc", NULL); in process_command() 3426 if (gcc_exec_prefix) in process_command() 3428 int len = strlen (gcc_exec_prefix); in process_command() 3431 && (IS_DIR_SEPARATOR (gcc_exec_prefix[len-1]))) in process_command() [all …]
|
| D | FSFChangeLog.10 | 5688 * gcc.c (main): When concat gcc_exec_prefix and 9450 * gcc.c (process_command): Delete code modifying gcc_exec_prefix. 9451 (main): Put it here after last use of gcc_exec_prefix. For cross 9452 compiler, set startfile_prefixes if gcc_exec_prefix is set and
|
| D | ChangeLog-1999 | 17990 gcc_exec_prefix, standard_exec_prefix, standard_exec_prefix_1,
|
| D | ChangeLog-2002 | 4486 gcc_exec_prefix, keeping it unchanged if the relocated sysroot
|