Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Jan 2019 23:25:35 +0100 (CET)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        Brooks Davis <brooks@FreeBSD.org>
Cc:        ports-committers@freebsd.org, svn-ports-all@freebsd.org,  svn-ports-head@freebsd.org
Subject:   Re: svn commit: r490610 - in head/devel: llvm40 llvm40/files llvm50 llvm50/files llvm60 llvm60/files llvm70
Message-ID:  <alpine.LSU.2.21.1901192324000.5414@anthias.pfeifer.com>
In-Reply-To: <201901172329.x0HNTUMW041084@repo.freebsd.org>
References:  <201901172329.x0HNTUMW041084@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 17 Jan 2019, Brooks Davis wrote:
>   devel/llvm[45]0: Fix build on GCC systems. [1]

> +# Force GCC 5 on non-clang systems because GCC 8 won't compile this code.
> +.if exists(/usr/lib/libstdc++.so)
> +USE_GCC=	5
> +.endif

Is there a later version of GCC you could use?  GCC 5 has been
EOLed a while ago, and even GCC 6 has, so GCC 7 would appear to
be the lesser evil.

Gerald



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