fit musl lib for arm boards.

This commit is contained in:
TXuian
2022-07-26 01:08:20 -07:00
parent e1999f5af9
commit 214cf55603
577 changed files with 42233 additions and 111 deletions
+9
View File
@@ -0,0 +1,9 @@
OBJS := $(shell cat make.obj)
$(TARGET): $(OBJS)
@echo ------------------------------------------------
@echo link $(TARGET)
@$(CROSS_COMPILE)ar -r $@ $(OBJS)
@echo ------------------------------------------------
@$(CROSS_COMPILE)objcopy $@ $(TARGET)
@$(CROSS_COMPILE)size $@