Skip to content

steamrt-dev [scout]: Add gcc-5, g++-5, clang-3.8

Simon McVittie requested to merge wip/smcv/gcc-5 into steamrt/scout

Add gcc-5 and g++-5. These have been available in the apt repositories for a while, but were not preinstalled in SDKs until now. gcc-4.8 is still the default compiler.

Also add clang-3.8. As with gcc 5, this has been available in the apt repositories for a while, but wasn't preinstalled in SDK environments. lldb-3.6 continues to be the only LLVM-based debugger installed. Add test coverage for compiling with clang and clang++, with the default clang version and all alternative versions.

(Requested by @timo in https://phabricator.collabora.com/T15304)

Edited by Simon McVittie

Merge request reports