Skip to content
Permalink
Browse files
Fix memcpy linking error with new toolchain
  • Loading branch information
uyjulian committed Feb 22, 2020
1 parent df71d4e commit a75fd81dfd5cdecdb3fb25053f6398573a7ce90e
Showing with 5 additions and 0 deletions.
  1. +5 −0 modules/network/SMSTCPIP/Makefile
@@ -15,6 +15,11 @@ IOP_LIBS =

IOP_INCS += -Iinclude -I../../iopcore/common
IOP_CFLAGS += -DLWIP_NOASSERT -Wall -fno-builtin-printf
ifneq ($(IOP_CC_VERSION),3.2.2)
ifneq ($(IOP_CC_VERSION),3.2.3)
IOP_CFLAGS += -mno-memcpy
endif
endif
IOP_ASFLAGS +=
IOP_LDFLAGS += -s

0 comments on commit a75fd81

Please sign in to comment.