cvs commit: ports/Mk bsd.gcc.mk
David O'Brien
obrien at FreeBSD.org
Thu Jun 2 23:30:44 PDT 2005
On Fri, Jun 03, 2005 at 01:42:54AM +0000, Edwin Groothuis wrote:
> 2. Prefer the highest version # found already installed and allowed
> by the USE_GCC invocation, rather than the lowest.
..
> #1 and #3 are implemented with this patch, but #2 isn't.
Thank you for this change.
> The reason for it is because there is no highest version # specifiable
> with the USE_GCC command. What could be made is that the USE_GCC
> command accepts two arguments, where the first is the lower version,
> the second is the upper version. Or USE_GCC=-4.0, where everything
> <= 4.0 is allowed.
How is this different than say having a releng4 system with gcc41
installed and USE_GCC=3.2+? gcc41 would be used as would gcc42 when it
came out - as both satisfy the "3.2+" specification. While it might be
nice to be able to specify a newest GCC version limit we do not have that
support today. But we do now the highest version number to start
with - the highest version encoded in bsd.gcc.mk.
--
-- David (obrien at FreeBSD.org)
More information about the cvs-all
mailing list