提交 86b568ef 编写于 作者: O openharmony_ci 提交者: Gitee

!65 适配升级optimized-routines到v21.02

Merge pull request !65 from Caoruihong/v21.02
......@@ -92,7 +92,16 @@ ifeq ($(ARCH),arm)
$(HIDE) rm -f $</src/string/arm/memcpy.c
$(HIDE) rm -f $</src/string/arm/memcpy_le.S
$(HIDE) rm -f $</src/string/arm/memset.S
$(HIDE) rm -f $</src/string/arm/strcpy.c
$(HIDE) touch $</src/string/arm/strlen.S
CFLAGS += \
-D__strlen_armv6t2=strlen \
-D__strcpy_arm=strcpy \
-D__strcmp_arm=strcmp \
-D__memcpy_arm=memcpy \
-D__memchr_arm=memchr
endif
endif
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册