• Vladislav Vaintroub's avatar
    Fix BUILD/compile-pentium64-xxx scripts, when ccache is present. · 71f8615f
    Vladislav Vaintroub authored
    Fix contains of :
    -  splitting CC/CXX if there are more that 2 space-delimited tokens, add the rest to CFLAGS
    (in this case CC was set to "ccache gcc --pipe", and this broke recognition of gcc compiler
    as CMake understands CC consisting of 2 space delimited tokens but not more)
    
    -  add my_new.cc to mysys fle list if C++ operator new is not found. Always, not only
    for gcc  (the original problem was that missing operator new when compiling with CXX=gcc)
    71f8615f
CMakeLists.txt 2.98 KB