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.
Responsible Changed From-To: freebsd-ports-bugs->mm Over to maintainer (via the GNATS Auto Assign Tool)
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"
State Changed From-To: open->closed Committed. Thanks!