Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Aug 2013 03:27:50 +0200 (CEST)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        =?ISO-8859-15?Q?Bernhard_Fr=F6hlich?= <decke@FreeBSD.org>
Cc:        toolchain@freebsd.org, Volodymyr Kostyrko <c.kworr@gmail.com>, John-Mark Gurney <jmg@funkthat.com>, current@freebsd.org
Subject:   Re: patch to add AES intrinsics to gcc
Message-ID:  <alpine.LNX.2.00.1308260313160.3920@trevally.site>
In-Reply-To: <CAE-m3X2U_OuJRawZZLROvZ3%2BR1012QZ2aCK4tS65WnYkbZLwCQ@mail.gmail.com>
References:  <20130822200902.GG94127@funkthat.com> <105E26EE-8471-49D3-AB57-FBE2779CF8D0@FreeBSD.org> <CAE-m3X324rbdP_C=az4eO-EkMcR-yFAeRG7S4q%2BMUsnMezGddw@mail.gmail.com> <521751AF.6040905@gmail.com> <CAE-m3X2U_OuJRawZZLROvZ3%2BR1012QZ2aCK4tS65WnYkbZLwCQ@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
  This message is in MIME format.  The first part should be readable text,
  while the remaining parts are likely unreadable without MIME-aware tools.

--0-1041702911-1377480255=:3920
Content-Type: TEXT/PLAIN; CHARSET=ISO-8859-15
Content-Transfer-Encoding: 8BIT

On Fri, 23 Aug 2013, Bernhard Fröhlich wrote:
> lang/gcc42 is on the list of ports that have USE_GCC=any. So you would 
> need to fix it first to be able to compile it with clang 3.3 from base.

I don't think so. :-)

You can install lang/gcc which builds just fine with clang, and
then use lang/gcc to build lang/gcc42.

In fact, if you have a system without GCC in the base, this should 
happen automatically when you build lang/gcc42.  Does this not work?


> We are not trying to build everything with lang/gcc but just the ports 
> that have USE_GCC=any in their Makefile. 

...and those that have USE_GCC=yes in their Makefile.

The difference between USE_GCC=yes and USE_GCC=any is that the later 
is there to support the transition period and uses /usr/bin/gcc if 
present.


Personally, I would stop relying on /usr/bin/gcc (even if present)
and use the lang/gcc port in all cases.  That reduces the number of
different scenarios to test, but will pull in lang/gcc in some more 
cases and may meet some resistance therefore.

Gerald
--0-1041702911-1377480255=:3920--



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