Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/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); \
/openbsd-src/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-src/gnu/gcc/gcc/
H A Dgcc.c236 static const char *spec_machine = DEFAULT_TARGET_MACHINE; variable
3544 printf ("%s\n", spec_machine); in process_command()
3886 + strlen (spec_machine)); in process_command()
3892 for (p = spec_machine, q = new_name; *p != 0; ) in process_command()
3909 spec_machine = new_name; in process_command()
3963 tooldir_prefix = concat (tooldir_base_prefix, spec_machine, in process_command()
3978 = concat (gcc_exec_prefix, spec_machine, dir_separator_str, in process_command()
3991 tooldir_prefix = concat (standard_exec_prefix, spec_machine, in process_command()
6209 machine_suffix = concat (spec_machine, dir_separator_str, in main()
6211 just_machine_suffix = concat (spec_machine, dir_separator_str, NULL); in main()
[all …]
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c228 static const char *spec_machine = DEFAULT_TARGET_MACHINE; variable
3324 printf ("%s\n", spec_machine);
3640 + strlen (spec_machine));
3646 for (p = spec_machine, q = new_name; *p != 0; )
3663 spec_machine = new_name;
3708 tooldir_prefix = concat (tooldir_base_prefix, spec_machine,
3723 = concat (gcc_exec_prefix, spec_machine, dir_separator_str,
3736 tooldir_prefix = concat (standard_exec_prefix, spec_machine,
6063 machine_suffix = concat (spec_machine, dir_separator_str,
6065 just_machine_suffix = concat (spec_machine, dir_separator_str, NULL);
[all …]
H A DChangeLog.13510 * gcc.c (print_file_name, print_prog_name, spec_machine,