EXAMPLE_MOD_DIR := $(USERMOD_DIR)
SRC_USERMOD += $(EXAMPLE_MOD_DIR)/test.c
LDFLAGS_USERMOD += $(EXAMPLE_MOD_DIR)/libupybotan.a /usr/arm-none-eabi/lib/libstdc++.a
However, when I try to build the firmware, I get the following error:
arm-none-eabi-ld: error: build-PYBV11/firmware.elf uses VFP register arguments, /usr/arm-none-eabi/lib/libstdc++.a(chrono.o) does not
I have seen this for modules I have compiled myself and was able to fix that. This time though I am bit confused on how to approach this since the libstdc++.a was simply downloaded with the GNU Arm Embedded toolchain.
Some help would be very appreciated

arm-none-eabi-gcc -dumpversion: 9.2.1