Skip to content

Source: Fix compilation on EDG-based compilers such as LCC

Igor Molchanov requested to merge makise-homura/cmake:e2k_support into master

Compilers based on EDG frontend have several problems that make CMake unbuildable by at least some of these compilers, and most importantly, on hardware platforms that have such a compiler as the only one, or the only non-experimental option; such platform, for example, is Russian Elbrus (e2k) CPU with its LCC/L++ (Elbrus C/C++ Compiler). This MR does a couple of little fixes that make CMake buildable out-of-the-box in such circumstances without patches.

P.S. For follow-up support of this platform, I'm in process of setting up CMake testing node, as specified here. I hope it'll be successful.

Edited by Brad King

Merge request reports