Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Sep 2009 12:35:41 +0000 (UTC)
From:      Dirk Meyer <dinoex@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/devel Makefile ports/devel/gold Makefile distinfo pkg-descr
Message-ID:  <200909171235.n8HCZfjX074157@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909171235.n8HCZfjX074157>