svn commit: r381535 - head/lang/gcc5

Gerald Pfeifer gerald at pfeifer.com
Wed Mar 18 21:50:04 UTC 2015


On Wed, 18 Mar 2015, John Marino wrote:
> Modified: head/lang/gcc5/Makefile.DragonFly
> ==============================================================================
> +# The following modification to CXXFLAGS is needed in the case of DragonFly
> +# 4.1+ building lang/gcc5 with the gcc50 base compiler when the system
> +# libraries were built by the gcc47 base compiler.

Are these ports really called gcc50 and gcc47 in Dragon-land? 

GCC is changing the versioning scheme with GCC 5, that's why
in FreeBSD we have gcc47 (4.7 is the major version, 4.7.x 
are point releases) and gcc5 (5 is the major version, point
releases will be 5.1, 5.2 and so forth).

Gerald


More information about the svn-ports-head mailing list