Home
last modified time | relevance | path

Searched refs:standard_exec_prefix (Results 1 – 10 of 10) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dxm-djgpp.h79 standard_exec_prefix = update_path (standard_exec_prefix, NULL); \
/openbsd-src/gnu/gcc/gcc/config/xtensa/
H A Delf.h92 tooldir = concat (standard_exec_prefix, spec_machine, dir_separator_str, \
/openbsd-src/gnu/gcc/gcc/config/i386/
H A Dcygwin.h217 cprefix = concat (standard_exec_prefix, spec_machine, dir_separator_str, \
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgcc.c1348 static const char *const standard_exec_prefix = STANDARD_EXEC_PREFIX; variable
3164 standard_exec_prefix);
3695 add_prefix (&exec_prefixes, standard_exec_prefix, "GCC",
3697 add_prefix (&exec_prefixes, standard_exec_prefix, "BINUTILS",
3703 add_prefix (&startfile_prefixes, standard_exec_prefix, "BINUTILS",
3736 tooldir_prefix = concat (standard_exec_prefix, spec_machine,
6076 specs_file = (char *) alloca (strlen (standard_exec_prefix)
6080 strcpy (specs_file, standard_exec_prefix);
6134 concat (standard_exec_prefix,
6183 printf (_("install: %s%s\n"), standard_exec_prefix, machine_suffix);
H A Dprotoize.c127 static const char * const standard_exec_prefix = STANDARD_EXEC_PREFIX; variable
4417 default_syscalls_dir = standard_exec_prefix;
H A DChangeLog.23735 * gcc.c (process_command): Add standard_exec_prefix with "GCC"
8106 (standard_exec_prefix, target_machine, target_version,
10274 (standard_exec_prefix): New variable, init to STANDARD_EXEC_PREFIX.
H A DChangeLog.13522 gcc_exec_prefix, standard_exec_prefix, standard_exec_prefix_1,
H A DChangeLog.611273 * gcc.c (standard_exec_prefix, standard_exec_prefix_1,
/openbsd-src/gnu/gcc/gcc/
H A Dgcc.c1475 static const char *const standard_exec_prefix = STANDARD_EXEC_PREFIX; variable
3369 standard_exec_prefix); in process_command()
3384 standard_exec_prefix, in process_command()
3950 add_prefix (&exec_prefixes, standard_exec_prefix, "BINUTILS", in process_command()
3958 add_prefix (&startfile_prefixes, standard_exec_prefix, "BINUTILS", in process_command()
3991 tooldir_prefix = concat (standard_exec_prefix, spec_machine, in process_command()
6222 specs_file = alloca (strlen (standard_exec_prefix) in main()
6225 strcpy (specs_file, standard_exec_prefix); in main()
6328 concat (standard_exec_prefix, in main()
6377 printf (_("install: %s%s\n"), standard_exec_prefix, machine_suffix); in main()
H A Dprotoize.c121 static const char * const standard_exec_prefix = STANDARD_EXEC_PREFIX; variable
4280 default_syscalls_dir = standard_exec_prefix;