Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 2 Jun 2005 23:30:42 -0700
From:      "David O'Brien" <obrien@FreeBSD.org>
To:        Edwin Groothuis <edwin@FreeBSD.org>
Cc:        cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org
Subject:   Re: cvs commit: ports/Mk bsd.gcc.mk
Message-ID:  <20050603063042.GA57593@dragon.NUXI.org>
In-Reply-To: <200506030142.j531gsp5005110@repoman.freebsd.org>
References:  <200506030142.j531gsp5005110@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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@FreeBSD.org)



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