Skip to content

Commit 58bf0ed

Browse files
committed
CMake: fix NUC472 ARM path
1 parent 033c48d commit 58bf0ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

targets/TARGET_NUVOTON/TARGET_NUC472/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ if(${MBED_TOOLCHAIN} STREQUAL "GCC_ARM")
99
endif()
1010
elseif(${MBED_TOOLCHAIN} STREQUAL "ARM")
1111
if("NU_XRAM_SUPPORTED" IN_LIST MBED_TARGET_LABELS)
12-
set(LINKER_FILE device/TOOLCHAIN_GCC_ARM/TARGET_NU_XRAM_SUPPORTED/NUC472.sct)
12+
set(LINKER_FILE device/TOOLCHAIN_ARM_STD/TARGET_NU_XRAM_SUPPORTED/NUC472.sct)
1313
elseif("NU_XRAM_UNSUPPORTED" IN_LIST MBED_TARGET_LABELS)
14-
set(LINKER_FILE device/TOOLCHAIN_GCC_ARM/TARGET_NU_XRAM_UNSUPPORTED/NUC472.sct)
14+
set(LINKER_FILE device/TOOLCHAIN_ARM_STD/TARGET_NU_XRAM_UNSUPPORTED/NUC472.sct)
1515
endif()
1616
endif()
1717

0 commit comments

Comments
 (0)