svn commit: r348290 - in head: devel/llvm-devel lang/clang-devel lang/clang-devel/files

David Chisnall theraven at FreeBSD.org
Sun Mar 16 21:19:08 UTC 2014


On 16 Mar 2014, at 22:50, Bryan Drewery <bdrewery at FreeBSD.org> wrote:

> I get a GCC error on 8.3 and 9.1:
> 
>> The selected GCC C++ compiler is not new enough to build LLVM. Please upgrade
>> to GCC 4.7. You may pass --disable-compiler-version-checks to configure to
>> bypass these sanity checks.
>> ===>  Script "configure" failed unexpectedly.

LLVM head now depends on C++11, so we probably need a USES=compiler:c++11 in the port.  It should build happily with clang / libc++ on 10.

David



More information about the svn-ports-head mailing list