Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 179790 Details for
Bug 256435
sys-devel/gcc-3.3.6-r1 fails to cross-compile for arm-linux-uclibc
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for gcc.c
gcc-exec-prefixes.patch (text/plain), 541 bytes, created by
Erik Benada
on 2009-01-26 17:54:33 UTC
(
hide
)
Description:
Patch for gcc.c
Filename:
MIME Type:
Creator:
Erik Benada
Created:
2009-01-26 17:54:33 UTC
Size:
541 bytes
patch
obsolete
>--- gcc.c.orig 2009-01-26 12:42:34.053118636 -0500 >+++ gcc.c 2009-01-26 10:46:42.453869185 -0500 >@@ -3236,6 +3236,8 @@ > set_std_prefix (gcc_exec_prefix, len); > add_prefix (&exec_prefixes, gcc_exec_prefix, "GCC", > PREFIX_PRIORITY_LAST, 0, NULL, 0); >+ add_prefix (&exec_prefixes, "/usr/libexec/gcc/arm-linux-uclibc/", "GCC", >+ PREFIX_PRIORITY_LAST, 0, NULL, 0); > add_prefix (&startfile_prefixes, gcc_exec_prefix, "GCC", > PREFIX_PRIORITY_LAST, 0, NULL, 0); > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 256435
:
179786
|
179787
|
179790
|
179804
|
180113