It is a both-compilers architecture.

Kurt Mosiejczuk <k...@cranky.work> wrote:

> On Sat, May 15, 2021 at 11:57:03PM -0400, Kurt Miller wrote:
> > On May 15, 2021, at 11:34 PM, Kurt Mosiejczuk <k...@cranky.work> wrote:
> 
> > > benchmarks/fio needs at least ports-gcc to compile on sparc64
> 
> > > This fixes the build on sparc64
> 
> > > ok?
> 
> > I don’t think this is the correct fix for the build failure. Base clang 
> > should support c++11 atomics on sparc64, yes?
> 
> sparc64 isn't a base-clang architecture yet.
> 
> --Kurt
> 
> > > 
> > > (cc maintainer)
> > > 
> > > --Kurt
> > > 
> > > Index: Makefile
> > > ===================================================================
> > > RCS file: /cvs/ports/benchmarks/fio/Makefile,v
> > > retrieving revision 1.5
> > > diff -u -p -r1.5 Makefile
> > > --- Makefile    5 May 2021 12:59:55 -0000    1.5
> > > +++ Makefile    16 May 2021 03:23:30 -0000
> > > @@ -18,6 +18,9 @@ MAINTAINER=    Kurt Miller <k...@openbsd.or
> > > # be sent upstream to fio
> > > PERMIT_PACKAGE=    Yes
> > > 
> > > +COMPILER=    base-clang ports-gcc
> > > +COMPILER_LANGS=    c
> > > +
> > > WANTLIB=    c m pthread z
> > > 
> > > USE_GMAKE=    Yes
> 

Reply via email to