cvs commit: ports/devel Makefile ports/devel/gold Makefile
distinfo pkg-descr
Dirk Meyer
dinoex at FreeBSD.org
Thu Sep 17 12:35:42 UTC 2009
dinoex 2009-09-17 12:35:41 UTC
FreeBSD ports repository
Modified files:
devel Makefile
Added files:
devel/gold Makefile distinfo pkg-descr
Log:
Gold is a new linker, written from scratch. It really only has one new feature
compared to the current GNU linker: it's much faster. I've measured it as five
times faster linking large C++ applications. Since for most programmers the
linker is nothing more than a roadblock between writing code and running the
program, I figure that speed and correctness are the only really important
features of any linker.
LICENSE: GPL3 or later
WWW: http://google-opensource.blogspot.com/2008/04/gold-google-releases-new-and-improved.html
Feature safe: yes
Revision Changes Path
1.3637 +1 -0 ports/devel/Makefile
1.1 +67 -0 ports/devel/gold/Makefile (new)
1.1 +3 -0 ports/devel/gold/distinfo (new)
1.1 +10 -0 ports/devel/gold/pkg-descr (new)
More information about the cvs-ports
mailing list