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

/openbsd-current/gnu/gcc/gcc/config/i386/
H A Dcygwin1.c31 char **spec_machine)
42 char *p = strstr (*spec_machine, "-cygwin");
45 int len = p - *spec_machine;
46 char *s = xmalloc (strlen (*spec_machine) + 3);
47 memcpy (s, *spec_machine, len);
49 *spec_machine = s;
29 mingw_scan(int argc ATTRIBUTE_UNUSED, const char *const *argv, char **spec_machine) argument
H A Dcygwin.h207 mingw_scan(argc, (const char * const *) argv, (char **) &spec_machine); \
214 char *cprefix = concat (tooldir_base_prefix, spec_machine, \
217 cprefix = concat (standard_exec_prefix, spec_machine, dir_separator_str, \
220 concat (cprefix, "../../../../", spec_machine, "/bin/", NULL), \
227 mingw_scan(argc, (const char * const *) argv, &spec_machine); \
/openbsd-current/gnu/gcc/gcc/config/xtensa/
H A Delf.h89 tooldir = concat (tooldir_base_prefix, spec_machine, \
92 tooldir = concat (standard_exec_prefix, spec_machine, dir_separator_str, \
/openbsd-current/gnu/gcc/gcc/
H A Dgcc.c236 static const char *spec_machine = DEFAULT_TARGET_MACHINE; variable
3565 printf ("%s\n", spec_machine);
3907 + strlen (spec_machine));
3913 for (p = spec_machine, q = new_name; *p != 0; )
3930 spec_machine = new_name;
3984 tooldir_prefix = concat (tooldir_base_prefix, spec_machine,
3999 = concat (gcc_exec_prefix, spec_machine, dir_separator_str,
4012 tooldir_prefix = concat (standard_exec_prefix, spec_machine,
6235 machine_suffix = concat (spec_machine, dir_separator_str,
6237 just_machine_suffix = concat (spec_machine, dir_separator_st
[all...]
/openbsd-current/gnu/usr.bin/gcc/gcc/
H A Dgcc.c228 static const char *spec_machine = DEFAULT_TARGET_MACHINE; variable
3345 printf ("%s\n", spec_machine);
3661 + strlen (spec_machine));
3667 for (p = spec_machine, q = new_name; *p != 0; )
3684 spec_machine = new_name;
3729 tooldir_prefix = concat (tooldir_base_prefix, spec_machine,
3744 = concat (gcc_exec_prefix, spec_machine, dir_separator_str,
3757 tooldir_prefix = concat (standard_exec_prefix, spec_machine,
6089 machine_suffix = concat (spec_machine, dir_separator_str,
6091 just_machine_suffix = concat (spec_machine, dir_separator_st
[all...]

Completed in 138 milliseconds