Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 339172 Details for
Bug 458020
[toolchain overlay] sys-libs/glibc-2.6.1 does not compile with up to date gcc and binutils (via crossdev)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
binutils-elf-begin.patch
binutils-elf-begin.patch (text/plain), 674 bytes, created by
Daniel Scharrer
on 2013-02-17 18:48:23 UTC
(
hide
)
Description:
binutils-elf-begin.patch
Filename:
MIME Type:
Creator:
Daniel Scharrer
Created:
2013-02-17 18:48:23 UTC
Size:
674 bytes
patch
obsolete
>Fixes "undefined reference to `_begin'" error. >Taken from http://sourceware.org/ml/crossgcc/2009-05/msg00019.html > >--- glibc-2.6.1/elf/Makefile.old 2013-02-12 12:24:15.373415572 +0100 >+++ glibc-2.6.1/elf/Makefile 2013-02-12 12:25:34.443498780 +0100 >@@ -307,7 +307,7 @@ > $(LDFLAGS-rtld) -Wl,-z,defs -Wl,--verbose 2>&1 | \ > LC_ALL=C \ > sed -e '/^=========/,/^=========/!d;/^=========/d' \ >- -e 's/\. = 0 + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \ >+ -e 's/\. = .* + SIZEOF_HEADERS;/& _begin = . - SIZEOF_HEADERS;/' \ > > $@.lds > $(LINK.o) -nostdlib -nostartfiles -shared -o $@ \ > $(LDFLAGS-rtld) -Wl,-z,defs $(z-now-$(bind-now)) \
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 458020
:
339170
| 339172 |
339174
|
339176
|
339178