Module: Mesa Branch: master Commit: abeded1cacb5a17a422cb3788153814ed2e01ecb URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=abeded1cacb5a17a422cb3788153814ed2e01ecb
Author: Nicolai Hähnle <[email protected]> Date: Wed Nov 15 12:51:23 2017 +0100 amd: build addrlib with C++11 It is required for LLVM anyway. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=103658 Fixes: 7f33e94e43a6 ("amd/addrlib: update to latest version") Tested-by: Vinson Lee <[email protected]> Reviewed-by: Marek Olšák <[email protected]> --- src/amd/Makefile.addrlib.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/amd/Makefile.addrlib.am b/src/amd/Makefile.addrlib.am index 46689637f9..90dfe96344 100644 --- a/src/amd/Makefile.addrlib.am +++ b/src/amd/Makefile.addrlib.am @@ -33,7 +33,7 @@ addrlib_libamdgpu_addrlib_la_CPPFLAGS = \ -DBRAHMA_BUILD=1 addrlib_libamdgpu_addrlib_la_CXXFLAGS = \ - $(VISIBILITY_CXXFLAGS) + $(VISIBILITY_CXXFLAGS) $(CXX11_CXXFLAGS) noinst_LTLIBRARIES += $(ADDRLIB_LIBS) _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
