armhf 715 B

12345678910111213141516171819202122232425262728293031323334
  1. target=arm-linux-gnueabihf
  2. gcc_version=12
  3. clang_version=15
  4. [settings]
  5. os=Linux
  6. arch=armv7hf
  7. compiler=clang
  8. compiler.version=$clang_version
  9. compiler.libcxx=libstdc++11
  10. compiler.cppstd=20
  11. build_type=Release
  12. boost:compiler=gcc
  13. boost:compiler.cppstd=11
  14. boost:compiler.version=$gcc_version
  15. boost:compiler.libcxx=libstdc++11
  16. [env]
  17. CHOST=$target
  18. CC=clang-$clang_version
  19. CXX=clang++-$clang_version
  20. CFLAGS="-target $target -ccc-gcc-name $target-gcc-$gcc_version"
  21. CXXFLAGS="-target $target -ccc-gcc-name $target-gcc-$gcc_version"
  22. LDFLAGS="--ld-path=ld.lld-$clang_version"
  23. boost:CC=$target-gcc-$gcc_version
  24. boost:CXX=$target-g++-$gcc_version
  25. boost:CFLAGS=""
  26. boost:CXXFLAGS=""
  27. boost:LDFLAGS=""
  28. [options]
  29. libpng:neon=False