Skip to content

Commit 4f5c68d

Browse files
Fix CMAKE_FLAGS
1 parent 9a2bd5b commit 4f5c68d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/python/relay/aot/corstone300.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ PKG_CFLAGS = ${PKG_COMPILE_OPTS} \
6767
-I${CMSIS_PATH}/CMSIS/DSP/Include \
6868
-isystem$(STANDALONE_CRT_DIR)/include
6969
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
70+
-DCMAKE_SYSTEM_PROCESSOR=${MCPU}
7171

7272
PKG_LDFLAGS = -lm -specs=nosys.specs -static -T ${AOT_TEST_ROOT}/corstone300.ld
7373

0 commit comments

Comments
 (0)