Home
last modified time | relevance | path

Searched refs:spec_machine (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/gcc/config/i386/
H A Dcygwin1.c31 char **spec_machine) in mingw_scan() argument
42 char *p = strstr (*spec_machine, "-cygwin"); in mingw_scan()
45 int len = p - *spec_machine; in mingw_scan()
46 char *s = xmalloc (strlen (*spec_machine) + 3); in mingw_scan()
47 memcpy (s, *spec_machine, len); in mingw_scan()
49 *spec_machine = s; in mingw_scan()
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); \
/freebsd-12.1/contrib/gcc/
H A Dgcc.c238 static const char *spec_machine = DEFAULT_TARGET_MACHINE; variable
3617 printf ("%s\n", spec_machine); in process_command()
3959 + strlen (spec_machine)); in process_command()
3965 for (p = spec_machine, q = new_name; *p != 0; ) in process_command()
3982 spec_machine = new_name; in process_command()
4043 tooldir_prefix = concat (tooldir_base_prefix, spec_machine, in process_command()
4058 = concat (gcc_exec_prefix, spec_machine, dir_separator_str, in process_command()
4071 tooldir_prefix = concat (standard_exec_prefix, spec_machine, in process_command()
6291 machine_suffix = concat (spec_machine, dir_separator_str, in main()
6293 just_machine_suffix = concat (spec_machine, dir_separator_str, NULL); in main()
[all …]
H A DChangeLog-199917978 * gcc.c (print_file_name, print_prog_name, spec_machine,