Searched refs:self_libexec_prefix (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgcc-ar.c53 static const char *self_libexec_prefix; variable
98 self_libexec_prefix = make_relative_prefix (self,
101 if (self_libexec_prefix == NULL)
102 self_libexec_prefix = standard_libexec_prefix;
116 self_libexec_prefix = concat (self_libexec_prefix, target_machine,
119 prefix_from_string (self_libexec_prefix, &target_path);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgcc-ar.cc53 static const char *self_libexec_prefix; variable
98 self_libexec_prefix = make_relative_prefix (self,
101 if (self_libexec_prefix == NULL)
102 self_libexec_prefix = standard_libexec_prefix;
116 self_libexec_prefix = concat (self_libexec_prefix, target_machine,
119 prefix_from_string (self_libexec_prefix, &target_path);

Completed in 118 milliseconds