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 (+2 lines)
Lines 3236-3241 Link Here
3236
      set_std_prefix (gcc_exec_prefix, len);
3236
      set_std_prefix (gcc_exec_prefix, len);
3237
      add_prefix (&exec_prefixes, gcc_exec_prefix, "GCC",
3237
      add_prefix (&exec_prefixes, gcc_exec_prefix, "GCC",
3238
		  PREFIX_PRIORITY_LAST, 0, NULL, 0);
3238
		  PREFIX_PRIORITY_LAST, 0, NULL, 0);
3239
      add_prefix (&exec_prefixes, "/usr/libexec/gcc/arm-linux-uclibc/", "GCC",
3240
		  PREFIX_PRIORITY_LAST, 0, NULL, 0);
3239
      add_prefix (&startfile_prefixes, gcc_exec_prefix, "GCC",
3241
      add_prefix (&startfile_prefixes, gcc_exec_prefix, "GCC",
3240
		  PREFIX_PRIORITY_LAST, 0, NULL, 0);
3242
		  PREFIX_PRIORITY_LAST, 0, NULL, 0);
3241
    }
3243
    }

Return to bug 256435