Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 728638
Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +1 lines)
Line  Link Here
0
-- a/gcc/gcc-ar.c
0
++ b/gcc/gcc-ar.c
Lines 194-202 main (int ac, char **av) Link Here
194
  if (!exe_name)
194
  if (!exe_name)
195
    {
195
    {
196
      const char *real_exe_name = PERSONALITY;
196
      const char *real_exe_name = PERSONALITY;
197
#ifdef CROSS_DIRECTORY_STRUCTURE
198
      real_exe_name = concat (target_machine, "-", PERSONALITY, NULL);
197
      real_exe_name = concat (target_machine, "-", PERSONALITY, NULL);
199
#endif
200
      exe_name = find_a_file (&path, real_exe_name, X_OK);
198
      exe_name = find_a_file (&path, real_exe_name, X_OK);
201
      if (!exe_name)
199
      if (!exe_name)
202
	{
200
	{

Return to bug 728638