Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 353222 Details for
Bug 466536
sys-boot/grub-0.97-r13: build fails when using gold
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Force ld.bfd via --fuse-ld CFLAG
grub-2.00-r3-gold-workaround.patch (text/plain), 899 bytes, created by
Cosmin Giradu
on 2013-07-13 15:50:05 UTC
(
hide
)
Description:
Force ld.bfd via --fuse-ld CFLAG
Filename:
MIME Type:
Creator:
Cosmin Giradu
Created:
2013-07-13 15:50:05 UTC
Size:
899 bytes
patch
obsolete
>--- /usr/portage/sys-boot/grub/grub-2.00-r3.ebuild 2013-04-29 03:01:30.000000000 +0300 >+++ /usr/local/portage/sys-boot/grub/grub-2.00-r3.ebuild 2013-07-09 19:30:12.110323122 +0300 >@@ -220,17 +220,6 @@ > emake -C docs DESTDIR="${D}" install-html > } > >-pkg_pretend() { >- if [[ ${MERGE_TYPE} != binary ]]; then >- # Bug 439082 >- if $(tc-getLD) --version | grep -q "GNU gold"; then >- eerror "GRUB does not function correctly when built with the gold linker." >- eerror "Please select the bfd linker with binutils-config." >- die "GNU gold detected" >- fi >- fi >-} >- > src_prepare() { > if [[ ${PV} != 9999 ]]; then > epatch "${FILESDIR}/${P}-parallel-make.patch" #424231 >@@ -285,6 +274,8 @@ > use static && append-ldflags -static > use elibc_FreeBSD && append-cppflags "-isystem /usr/include" > >+ append-cflags "-fuse-ld=bfd" >+ > # Sandbox bug 404013. > use libzfs && addpredict /etc/dfs:/dev/zfs >
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 466536
:
346066
|
353222