Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 256435 | Differences between
and this patch

Collapse All | Expand All

(-)gcc/gcc.c.orig (+5 lines)
Lines 1375-1380 Link Here
1375
1375
1376
static const char *const standard_exec_prefix = STANDARD_EXEC_PREFIX;
1376
static const char *const standard_exec_prefix = STANDARD_EXEC_PREFIX;
1377
static const char *const standard_exec_prefix_1 = "/usr/lib/gcc/";
1377
static const char *const standard_exec_prefix_1 = "/usr/lib/gcc/";
1378
static const char *const standard_exec_prefix_2 = "/usr/libexec/gcc/";
1378
static const char *md_exec_prefix = MD_EXEC_PREFIX;
1379
static const char *md_exec_prefix = MD_EXEC_PREFIX;
1379
1380
1380
static const char *md_startfile_prefix = MD_STARTFILE_PREFIX;
1381
static const char *md_startfile_prefix = MD_STARTFILE_PREFIX;
Lines 3749-3760 Link Here
3749
	      PREFIX_PRIORITY_LAST, 2, warn_std_ptr, 0);
3750
	      PREFIX_PRIORITY_LAST, 2, warn_std_ptr, 0);
3750
  add_prefix (&exec_prefixes, standard_exec_prefix_1, "BINUTILS",
3751
  add_prefix (&exec_prefixes, standard_exec_prefix_1, "BINUTILS",
3751
	      PREFIX_PRIORITY_LAST, 2, warn_std_ptr, 0);
3752
	      PREFIX_PRIORITY_LAST, 2, warn_std_ptr, 0);
3753
  add_prefix (&exec_prefixes, standard_exec_prefix_2, "BINUTILS",
3754
	      PREFIX_PRIORITY_LAST, 2, warn_std_ptr, 0);
3752
#endif
3755
#endif
3753
3756
3754
  add_prefix (&startfile_prefixes, standard_exec_prefix, "BINUTILS",
3757
  add_prefix (&startfile_prefixes, standard_exec_prefix, "BINUTILS",
3755
	      PREFIX_PRIORITY_LAST, 1, warn_std_ptr, 0);
3758
	      PREFIX_PRIORITY_LAST, 1, warn_std_ptr, 0);
3756
  add_prefix (&startfile_prefixes, standard_exec_prefix_1, "BINUTILS",
3759
  add_prefix (&startfile_prefixes, standard_exec_prefix_1, "BINUTILS",
3757
	      PREFIX_PRIORITY_LAST, 1, warn_std_ptr, 0);
3760
	      PREFIX_PRIORITY_LAST, 1, warn_std_ptr, 0);
3761
  add_prefix (&startfile_prefixes, standard_exec_prefix_2, "BINUTILS",
3762
	      PREFIX_PRIORITY_LAST, 1, warn_std_ptr, 0);
3758
3763
3759
  tooldir_prefix = concat (tooldir_base_prefix, spec_machine,
3764
  tooldir_prefix = concat (tooldir_base_prefix, spec_machine,
3760
			   dir_separator_str, NULL);
3765
			   dir_separator_str, NULL);

Return to bug 256435