Searched refs:gcc_exec_prefix (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | gcc.c | 1315 static const char *gcc_exec_prefix; variable 3082 GET_ENVIRONMENT (gcc_exec_prefix, "GCC_EXEC_PREFIX"); 3161 if (!gcc_exec_prefix) 3163 gcc_exec_prefix = make_relative_prefix (argv[0], standard_bindir_prefix, 3165 if (gcc_exec_prefix) 3166 putenv (concat ("GCC_EXEC_PREFIX=", gcc_exec_prefix, NULL)); 3170 if (gcc_exec_prefix) 3172 int len = strlen (gcc_exec_prefix); 3175 && (IS_DIR_SEPARATOR (gcc_exec_prefix[len-1]))) 3177 temp = gcc_exec_prefix + len - sizeof ("/lib/gcc-lib/") + 1; [all …]
|
| H A 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
|
| H A D | ChangeLog.1 | 3522 gcc_exec_prefix, standard_exec_prefix, standard_exec_prefix_1,
|
| H A D | ChangeLog | 2317 gcc_exec_prefix, keeping it unchanged if the relocated sysroot
|
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | gcc.c | 1443 static const char *gcc_exec_prefix; variable 3282 GET_ENVIRONMENT (gcc_exec_prefix, "GCC_EXEC_PREFIX"); in process_command() 3366 if (!gcc_exec_prefix) in process_command() 3368 gcc_exec_prefix = make_relative_prefix (argv[0], standard_bindir_prefix, in process_command() 3373 if (gcc_exec_prefix) in process_command() 3374 putenv (concat ("GCC_EXEC_PREFIX=", gcc_exec_prefix, NULL)); in process_command() 3382 char *tmp_prefix = concat (gcc_exec_prefix, "gcc", NULL); in process_command() 3391 if (gcc_exec_prefix) in process_command() 3393 int len = strlen (gcc_exec_prefix); in process_command() 3396 && (IS_DIR_SEPARATOR (gcc_exec_prefix[len-1]))) in process_command() [all …]
|