build: Bump C++ standard requirement to C++14 to fix FTBFS with LLVM 10
authorKai Wasserbäch <kai@dev.carbon-project.org>
Sat, 17 Aug 2019 08:59:43 +0000 (10:59 +0200)
committerDave Airlie <airlied@linux.ie>
Tue, 20 Aug 2019 05:39:19 +0000 (05:39 +0000)
commit1abe87383e1529a14498d70a0cf445728b9c338d
treefaa347aadfdd04dbbf513d77dc66412453d8d8fc
parentd0ec5d38f6cff2e61d9e526423c0a016cc830d14
build: Bump C++ standard requirement to C++14 to fix FTBFS with LLVM 10

When building Mesa against a recent LLVM 10 with C++11, the build fails
if the AMD common code is built as well due to "std::index_sequence"
being undeclared.

LLVM requires a minimum of C++14.

Signed-off-by: Kai Wasserbäch <kai@dev.carbon-project.org>
Acked-by: Eric Engestrom <eric@engestrom.ch>
meson.build
scons/llvm.py
src/gallium/auxiliary/Android.mk
src/gallium/drivers/swr/SConscript