linux.ppc64le.profile 558 B

12345678910111213141516171819202122232425262728
  1. include(default)
  2. target_host=powerpc64le-linux-gnu
  3. [settings]
  4. arch=ppc64le
  5. build_type=Release
  6. compiler=gcc
  7. compiler.libcxx=libstdc++11
  8. compiler.version=12
  9. compiler.cppstd=20
  10. os=Linux
  11. [options]
  12. [env]
  13. CONAN_CMAKE_FIND_ROOT_PATH=/usr/$target_host
  14. CONAN_CMAKE_SYSROOT=/usr/$target_host
  15. SYSROOT=/usr/$target_host
  16. CC=$target_host-gcc
  17. CXX=$target_host-g++
  18. CXXFLAGS="-I/usr/$target_host/include/"
  19. CFLAGS="-I/usr/$target_host/include/"
  20. CHOST=$target_host
  21. AR=$target_host-ar
  22. AS=$target_host-as
  23. RANLIB=$target_host-ranlib
  24. LD=$target_host-ld
  25. STRIP=$target_host-strip