We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a2bd5b commit 4f5c68dCopy full SHA for 4f5c68d
tests/python/relay/aot/corstone300.mk
@@ -67,7 +67,7 @@ PKG_CFLAGS = ${PKG_COMPILE_OPTS} \
67
-I${CMSIS_PATH}/CMSIS/DSP/Include \
68
-isystem$(STANDALONE_CRT_DIR)/include
69
CMAKE_FLAGS = -DCMAKE_TOOLCHAIN_FILE=${TVM_ROOT}/tests/python/contrib/test_ethosu/reference_system/arm-none-eabi-gcc.cmake \
70
- -DCMAKE_SYSTEM_PROCESSOR=cortex-m55
+ -DCMAKE_SYSTEM_PROCESSOR=${MCPU}
71
72
PKG_LDFLAGS = -lm -specs=nosys.specs -static -T ${AOT_TEST_ROOT}/corstone300.ld
73
0 commit comments