Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 3 May 2010 06:54:10 +0000 (UTC)
From:      Gerald Pfeifer <gerald@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/lang/gcc45 Makefile
Message-ID:  <201005030654.o436sAbG056722@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
gerald      2010-05-03 06:54:10 UTC

  FreeBSD ports repository

  Modified files:
    lang/gcc45           Makefile 
  Log:
  Add a new option LTO that enables the new link-time optimization framework
  and first optimizations that GCC 4.5 brings.  This adds libelf as a new
  dependency (if used) and is off by default; we may be enabling it at a
  later point, though.
  
  Bumping PORTREVISION since someone who has installed libelf, previously
  to this change would get LTO enabled automatically and then run into
  problems if libelf is removed -- which is possible, since this port
  does not lay down a dependency on that case.
  
  PR:             146055
  Submitted by:   mm
  
  Revision  Changes    Path
  1.436     +11 -0     ports/lang/gcc45/Makefile



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