Searched refs:gcc_exec_prefix (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/contrib/gcc/
H A Dgcc.c1463 static const char *gcc_exec_prefix;
3336 GET_ENVIRONMENT (gcc_exec_prefix, "GCC_EXEC_PREFIX");
3421 if (!gcc_exec_prefix)
3423 gcc_exec_prefix = make_relative_prefix (argv[0], standard_bindir_prefix,
3428 if (gcc_exec_prefix)
3429 putenv (concat ("GCC_EXEC_PREFIX=", gcc_exec_prefix, NULL));
3437 char *tmp_prefix = concat (gcc_exec_prefix, "gcc", NULL);
3447 if (gcc_exec_prefix)
3449 int len = strlen (gcc_exec_prefix);
3452 && (IS_DIR_SEPARATOR (gcc_exec_prefix[le
1457 static const char *gcc_exec_prefix; variable
[all...]

Completed in 111 milliseconds