@@ -0,0 +1,2 @@
+install:
+ cp -r lib $(DADK_CURRENT_BUILD_DIR)
@@ -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": []
+}