Skip to content

Commit

Permalink
添加动态库libgcc_s.so.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MemoryShore committed Aug 30, 2024
1 parent bacf498 commit 9aaa1b0
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions user/apps/libgcc/Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
install:
cp -r lib $(DADK_CURRENT_BUILD_DIR)
Binary file added user/apps/libgcc/lib/libgcc_s.so.1
Binary file not shown.
24 changes: 24 additions & 0 deletions user/dadk/config/libgcc.dadk
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "libgcc",
"version": "0.1.0",
"description": "gcc lib",
"rust_target": null,
"task_type": {
"BuildFromSource": {
"Local": {
"path": "apps/libgcc"
}
}
},
"depends": [],
"build": {
"build_command": "make install"
},
"install": {
"in_dragonos_path": "/"
},
"clean": {
"clean_command": "cd build & make clean"
},
"envs": []
}

0 comments on commit 9aaa1b0

Please sign in to comment.