On 7 May 2014 18:05, Michael Tokarev <m...@tls.msk.ru> wrote: > Interesting. It looks like I should add C++ compiler to my test environment, > because I really verified the change and it builds here just fine, but it does > not detect C++ so does not try to build C++ files.
Yep; we didn't want to require everybody to have a C++ compiler (especially for cross-compilation that could be tricky), so the A64 disassembler only builds if there's a C++ compiler detected. thanks -- PMM