relibc-0.1.0.dadk 685 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "relibc",
  3. "version": "0.1.0",
  4. "description": "从GitHub克隆最新的relibc来编译",
  5. "task_type": {
  6. "BuildFromSource": {
  7. "Git": {
  8. "url": "https://git.mirrors.dragonos.org/DragonOS-Community/relibc.git",
  9. "branch": "dragonos-relibc",
  10. "revision": null
  11. }
  12. }
  13. },
  14. "depends": [],
  15. "build": {
  16. "build_command": "bash init_dragonos_toolchain.sh && DESTDIR=$DADK_BUILD_CACHE_DIR_RELIBC_0_1_0 make install -j $(nproc)"
  17. },
  18. "install": {
  19. "in_dragonos_path": "/usr"
  20. },
  21. "clean": {
  22. "clean_command": "make clean"
  23. },
  24. "envs": [
  25. {
  26. "key": "TARGET",
  27. "value": "x86_64-unknown-dragonos"
  28. }
  29. ]
  30. }