Lines Matching refs:gcc_exec_prefix
1463 static const char *gcc_exec_prefix;
1498 gcc_exec_prefix is set because, in that case, we know where the
2880 /* The target_system_root prefix has been relocated by gcc_exec_prefix. */
4231 gcc_exec_prefix = env.get ("GCC_EXEC_PREFIX");
4272 if (!gcc_exec_prefix)
4275 gcc_exec_prefix = get_relative_prefix (decoded_options[0].arg,
4281 if (gcc_exec_prefix)
4282 xputenv (concat ("GCC_EXEC_PREFIX=", gcc_exec_prefix, NULL));
4291 char *tmp_prefix = concat (gcc_exec_prefix, "gcc", NULL);
4304 /* From this point onward, gcc_exec_prefix is non-null if the toolchain
4313 if (gcc_exec_prefix)
4315 int len = strlen (gcc_exec_prefix);
4318 && (IS_DIR_SEPARATOR (gcc_exec_prefix[len-1])))
4320 temp = gcc_exec_prefix + len - sizeof ("/lib/gcc/") + 1;
4329 set_std_prefix (gcc_exec_prefix, len);
4332 add_prefix (&startfile_prefixes, gcc_exec_prefix, "GCC",
4593 if (!gcc_exec_prefix)
4622 = concat (gcc_exec_prefix ? gcc_exec_prefix : standard_exec_prefix,
4642 if (target_system_root && !target_system_root_changed && gcc_exec_prefix)
5643 if (gcc_exec_prefix)
5648 do_spec_1 (gcc_exec_prefix, 1, NULL);
7667 concat (gcc_exec_prefix
7668 ? gcc_exec_prefix : standard_exec_prefix,
7675 also relocated by gcc_exec_prefix. */
7748 if (gcc_exec_prefix)
7749 gcc_exec_prefix = concat (gcc_exec_prefix, spec_host_machine,
7948 gcc_exec_prefix ? gcc_exec_prefix : standard_exec_prefix,
7949 gcc_exec_prefix ? "" : machine_suffix);
10160 gcc_exec_prefix = 0;