Skip to content

Commit

Permalink
Fix memcpy linking error with new toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
uyjulian committed Feb 22, 2020
1 parent df71d4e commit a75fd81
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions modules/network/SMSTCPIP/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a75fd81

Please sign in to comment.