We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae5af7 commit 6458e80Copy full SHA for 6458e80
system/libarc32_arduino101/Makefile
@@ -17,6 +17,7 @@ C_SRC+=$(wildcard $(PWD)/framework/src/os/*.c)
17
ARCH=ARC
18
CC=arc-elf32-gcc
19
AS=arc-elf32-as
20
+STRIP=arc-elf32-strip
21
RM=rm -f
22
INSTALL=install
23
@@ -55,6 +56,7 @@ lib: $(TARGET_LIB)
55
56
$(TARGET_LIB): $(C_OBJ) $(ASM_OBJ)
57
@echo "Link $@"
58
@$(AR) rcs $@ $^
59
+ @$(STRIP) --strip-unneeded $@
60
61
%.o: %.S
62
@echo "Assembling $<"
variants/arduino_101/libarc32drv_arduino101.a
-593 KB
0 commit comments