diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-09-17 20:35:41 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-09-17 20:35:41 +0800 |
commit | 315bead5e1424f44f67de1d96743550226c52627 (patch) | |
tree | 9b8cc7260190a3c4ba170f91c92bbde5e0311058 /devel/Makefile | |
parent | ccdffc4685780f4614eb74ead2652e4c4d738240 (diff) | |
download | freebsd-ports-gnome-315bead5e1424f44f67de1d96743550226c52627.tar.gz freebsd-ports-gnome-315bead5e1424f44f67de1d96743550226c52627.tar.zst freebsd-ports-gnome-315bead5e1424f44f67de1d96743550226c52627.zip |
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
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile index 8e51fecc8fec..36b7bacea718 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -463,6 +463,7 @@ SUBDIR += goffice04 SUBDIR += goffice06 SUBDIR += goffice1 + SUBDIR += gold SUBDIR += gonzui SUBDIR += google-perftools SUBDIR += google-sparsehash |