Bug 205409 - [exp-run] installing GNU ld as /usr/bin/ld.bfd
Summary: [exp-run] installing GNU ld as /usr/bin/ld.bfd
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Ports Framework (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Ed Maste
URL:
Keywords: needs-qa, patch
Depends on:
Blocks:
 
Reported: 2015-12-18 18:54 UTC by Ed Maste
Modified: 2015-12-23 14:36 UTC (History)
1 user (show)

See Also:
koobs: exp-run?


Attachments
Patch to install GNU ld also as /usr/bin/ld.bfd (1.12 KB, patch)
2015-12-18 18:54 UTC, Ed Maste
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Maste freebsd_committer freebsd_triage 2015-12-18 18:54:42 UTC
Created attachment 164358 [details]
Patch to install GNU ld also as /usr/bin/ld.bfd

To make -fuse-ld=bfd work and to facilitate other linker experiments I want to install the base system linker also as /usr/bin/ld.bfd. I'm requesting an exp-run in case some port currently uses GNU ld from ports but ends up using the base system ld.bfd instead with my change.
Comment 2 commit-hook freebsd_committer freebsd_triage 2015-12-23 14:32:18 UTC
A commit references this bug:

Author: emaste
Date: Wed Dec 23 14:31:26 UTC 2015
New revision: 292658
URL: https://svnweb.freebsd.org/changeset/base/292658

Log:
  Install ld also as ld.bfd, for use with cc -fuse-ld=bfd

  PR:		205409 [exp-run]
  MFC after:	1 week
  Relnotes:	Yes
  Sponsored by:	The FreeBSD Foundation

Changes:
  head/gnu/usr.bin/binutils/ld/Makefile
  head/tools/build/mk/OptionalObsoleteFiles.inc
Comment 3 Ed Maste freebsd_committer freebsd_triage 2015-12-23 14:36:01 UTC
Thanks Antoine