ubuntu14.04.toolchain 428 B

123456789
  1. set(TOOLCHAIN_HOME "/home/b/x-tools/x86_64-ubuntu14.04-linux-gnu")
  2. set(CMAKE_C_COMPILER ${TOOLCHAIN_HOME}/bin/x86_64-ubuntu14.04-linux-gnu-gcc)
  3. set(CMAKE_CXX_COMPILER ${TOOLCHAIN_HOME}/bin/x86_64-ubuntu14.04-linux-gnu-g++)
  4. set(CMAKE_EXE_LINKER_FLAGS "-static-libgcc -static-libstdc++")
  5. set(CMAKE_FIND_ROOT_PATH
  6. ${TOOLCHAIN_HOME}/x86_64-ubuntu14.04-linux-gnu/sysroot/
  7. /home/b/development/cpp/syncspirit-cross/sysroot
  8. )