Skip to content

Commit 5ce3a03

Browse files
committed
arrayutils: Try fix ARMv6 and ARMv7 symbols
1 parent bb40767 commit 5ce3a03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/emlearn_arrayutils/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ SRC = modarrayutils.c
2020
SOFTFP_O :=
2121
SOFTFP_ENABLE := 0
2222

23-
ARM_SOFTFP_O := _arm_cmpsf2.o lesf2.o _arm_fixsfsi.o fixsfsi.o eqsf2.o gesf2.o addsf3.o mulsf3.o subsf3.o _clzsi2.o divdf3.o
24-
ARM_SOFTFP_O += _dvmd_tls.o _aeabi_uldivmod.o _aeabi_ldivmod.o _divsi3.o _udivsi3.o _modsi3.o _umodsi3.o _thumb1_case_uhi.o _udivmoddi4.o bpabi.o _clzdi2.o _ashldi3.o _lshrdi3.o _muldi3.o _divdi3.o _arm_muldivsf3.o _arm_addsubsf3.o _ashrdi3.o
23+
ARM_SOFTFP_O := _arm_cmpsf2.o lesf2.o divsf3.o _thumb1_case_uqi.o _arm_fixsfsi.o floatsisf.o fixsfsi.o eqsf2.o gesf2.o addsf3.o mulsf3.o subsf3.o _clzsi2.o _udivsi3.o
24+
ARM_SOFTFP_O += _arm_muldivsf3.o _arm_addsubsf3.o
2525

2626
ifeq ($(ARCH), xtensawin)
2727
SOFTFP_O += _divsf3.o _ashrdi3.o

0 commit comments

Comments
 (0)