Bug 165406 - [PATCH] devel/binutils: enable gold and sysroot support
Summary: [PATCH] devel/binutils: enable gold and sysroot support
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Martin Matuska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-22 23:50 UTC by Brooks Davis
Modified: 2012-09-04 07:39 UTC (History)
0 users

See Also:


Attachments
file.diff (3.07 KB, patch)
2012-02-22 23:50 UTC, Brooks Davis
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brooks Davis 2012-02-22 23:50:07 UTC
Enable building of the gold linker on FreeBSD versions where gcc has been
patched to not crash when building it.  This is needed to do experiments
on LTO using LLVM's gold plugin.

Enable --sysroot support by configuring with "--with-sysroot=/".  This is
useful for some patches I'm working on to simplify builds using an
external toolchain.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-02-22 23:50:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mm

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-02-23 12:44:12 UTC
mm          2012-02-23 12:43:57 UTC

  FreeBSD ports repository

  Modified files:
    devel/binutils       Makefile pkg-plist 
  Added files:
    devel/binutils/files patch-bfd_Makefile.in 
                         patch-gold_Makefile.in 
  Log:
  Enable gold and sysroot support
  
  PR:             ports/165406
  Submitted by:   brooks@
  
  Revision  Changes    Path
  1.18      +20 -5     ports/devel/binutils/Makefile
  1.1       +13 -0     ports/devel/binutils/files/patch-bfd_Makefile.in (new)
  1.1       +12 -0     ports/devel/binutils/files/patch-gold_Makefile.in (new)
  1.8       +2 -0      ports/devel/binutils/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Martin Matuska freebsd_committer freebsd_triage 2012-09-04 07:39:17 UTC
State Changed
From-To: open->closed

Committed. Thanks!