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

/haiku-buildtools/gcc/gcc/config/xtensa/
H A Delf.h92 tooldir = concat (standard_exec_prefix, spec_machine, dir_separator_str, \
/haiku-buildtools/gcc/gcc/
H A Dgcc-ar.c32 static const char standard_exec_prefix[] = STANDARD_EXEC_PREFIX; variable
93 standard_exec_prefix);
95 self_exec_prefix = standard_exec_prefix;
H A Dgcc.c1297 static const char *const standard_exec_prefix = STANDARD_EXEC_PREFIX;
3977 standard_exec_prefix);
3992 standard_exec_prefix,
4280 add_prefix (&exec_prefixes, standard_exec_prefix, "BINUTILS",
4283 add_prefix (&startfile_prefixes, standard_exec_prefix, "BINUTILS",
4294 = concat (gcc_exec_prefix ? gcc_exec_prefix : standard_exec_prefix,
7141 /* We need to check standard_exec_prefix/spec_machine_suffix/specs
7143 specs_file = (char *) alloca (strlen (standard_exec_prefix)
7145 strcpy (specs_file, standard_exec_prefix);
7233 standard_exec_prefix
1293 static const char *const standard_exec_prefix = STANDARD_EXEC_PREFIX; variable
[all...]
/haiku-buildtools/legacy/gcc/gcc/
H A Dgcc.c1394 static const char *standard_exec_prefix = STANDARD_EXEC_PREFIX; variable
3125 add_prefix (&exec_prefixes, standard_exec_prefix, "BINUTILS",
3133 add_prefix (&startfile_prefixes, standard_exec_prefix, "BINUTILS",
3168 tooldir_prefix = concat (standard_exec_prefix, spec_machine,
4900 /* We need to check standard_exec_prefix/just_machine_suffix/specs
4902 specs_file = (char *) alloca (strlen (standard_exec_prefix)
4906 strcpy (specs_file, standard_exec_prefix);
4931 standard_exec_prefix. This lets us move the installed tree
4952 concat (standard_exec_prefix,
5016 printf ("install: %s%s\n", standard_exec_prefix, machine_suffi
[all...]

Completed in 121 milliseconds