From 7bc744dae91fcd245a23b2e5d24c92150bc8885b Mon Sep 17 00:00:00 2001 From: linshire <89723088+linshire@users.noreply.github.com> Date: Tue, 25 Oct 2022 10:24:52 +0800 Subject: [PATCH] =?UTF-8?q?[ch32v307]=20=E5=88=A0=E6=8E=89=E6=97=A0?= =?UTF-8?q?=E6=84=8F=E4=B9=89=E7=9A=84memset=E9=87=8D=E8=BD=BD=20(#6561)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- bsp/wch/risc-v/ch32v307v-r1/rtconfig.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bsp/wch/risc-v/ch32v307v-r1/rtconfig.py b/bsp/wch/risc-v/ch32v307v-r1/rtconfig.py index 56c615ae13..07e7724592 100644 --- a/bsp/wch/risc-v/ch32v307v-r1/rtconfig.py +++ b/bsp/wch/risc-v/ch32v307v-r1/rtconfig.py @@ -47,7 +47,6 @@ if PLATFORM == 'gcc': LFLAGS = DEVICE LFLAGS += ' -Wl,--gc-sections,-cref,-Map=' + MAP_FILE LFLAGS += ' -T ' + LINK_FILE - LFLAGS += ' -Wl,-wrap=memset' CPATH = '' LPATH = ''