FreeBSD Bugzilla – Attachment 164358 Details for
Bug 205409
[exp-run] installing GNU ld as /usr/bin/ld.bfd
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to install GNU ld also as /usr/bin/ld.bfd
ld.bfd.diff (text/plain), 1.12 KB, created by
Ed Maste
on 2015-12-18 18:54:42 UTC
(
hide
)
Description:
Patch to install GNU ld also as /usr/bin/ld.bfd
Filename:
MIME Type:
Creator:
Ed Maste
Created:
2015-12-18 18:54:42 UTC
Size:
1.12 KB
patch
obsolete
>commit 0dd2ec3c48c953c83cb384e70ec04b815f9386e5 >Author: Ed Maste <emaste@freebsd.org> >Date: Thu Dec 17 16:54:17 2015 -0500 > > Install ld also as ld.bfd, for use with cc -fuse-ld=bfd > > Relnotes: Yes > Sponsored by: The FreeBSD Foundation > >diff --git a/gnu/usr.bin/binutils/ld/Makefile b/gnu/usr.bin/binutils/ld/Makefile >index 40dd7e2..c44908c 100644 >--- a/gnu/usr.bin/binutils/ld/Makefile >+++ b/gnu/usr.bin/binutils/ld/Makefile >@@ -49,6 +49,8 @@ CLEANFILES+= ldemul-list.h stringify.sed > FILES= ${LDSCRIPTS:S|^|ldscripts/|} > FILESDIR= ${SCRIPTDIR} > >+LINKS= ${BINDIR}/ld ${BINDIR}/ld.bfd >+ > HOST= ${TARGET_TUPLE} > LIBSEARCHPATH= \"=/lib\":\"=/usr/lib\" > .for ext in ${ELF_SCR_EXT} >diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc >index 779f596..838971b 100644 >--- a/tools/build/mk/OptionalObsoleteFiles.inc >+++ b/tools/build/mk/OptionalObsoleteFiles.inc >@@ -189,6 +189,7 @@ OLD_DIRS+=usr/share/examples/bhyve > .if ${MK_BINUTILS} == no > OLD_FILES+=usr/bin/as > OLD_FILES+=usr/bin/ld >+OLD_FILES+=usr/bin/ld.bfd > .if ${MK_ELFCOPY_AS_OBJCOPY} == no > OLD_FILES+=usr/bin/objcopy > .endif
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 205409
: 164358