svn commit: r402637 - in head/editors/emacs-devel: . files

Gerald Pfeifer gerald at pfeifer.com
Tue Dec 1 09:16:16 UTC 2015


On Mon, 30 Nov 2015, Ashish SHUKLA wrote:
> -LTO_CONFIGURE_ON=		--enable-link-time-optimization
> -LTO_USE=			GCC=4.6+
> +LTO_CONFIGURE_ON=	--enable-link-time-optimization
> +LTO_USE=		GCC=4.6+

Have you considered making this GCC=yes?  That would be my
recommendation since it will build on the canonical version
of GCC in the ports tree (which is based on GCC 4.8 right
now).  

(And GCC 4.6 and 4.7 are no longer maintained upstream, plus
their LTO system a lot more immature.)

Cheers,
Gerald


More information about the svn-ports-head mailing list