relibc-0.1.0.dadk 656 B

1234567891011121314151617181920212223242526272829
  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. "revision": "ac1ea83106"
  10. }
  11. }
  12. },
  13. "depends": [],
  14. "build": {
  15. "build_command": "bash init_dragonos_toolchain.sh && DESTDIR=$DADK_BUILD_CACHE_DIR_RELIBC_0_1_0 make install -j $(nproc)"
  16. },
  17. "install": {
  18. "in_dragonos_path": "/usr"
  19. },
  20. "clean": {
  21. "clean_command": "make clean"
  22. },
  23. "envs": [
  24. {
  25. "key": "TARGET",
  26. "value": "x86_64-unknown-dragonos"
  27. }
  28. ]
  29. }