File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,6 @@ target_link_libraries(mbed-baremetal
2323 INTERFACE
2424 mbed-core
2525)
26-
2726# Validate selected C library type
2827# The C library type selected has to match the library that the target can support
2928if (${MBED_C_LIB} STREQUAL "small" )
@@ -35,7 +34,7 @@ if(${MBED_C_LIB} STREQUAL "small")
3534 " we are using the standard C library instead."
3635 )
3736 set (MBED_C_LIB "std" CACHE STRING "" )
38- endif ()
37+ endif ()
3938 endif ()
4039elseif (NOT ${MBED_C_LIB} IN_LIST MBED_TARGET_SUPPORTED_C_LIBS)
4140 message (FATAL_ERROR
@@ -67,7 +66,7 @@ target_compile_definitions(mbed-core
6766
6867# Add compile definitions for backward compatibility with the toolchain
6968# supported. New source files should instead check for __GNUC__ and __clang__
70- # for the GCC_ARM and ARM toolchains respectively.
69+ # for the GCC_ARM and ARM toolchains respectively.
7170if (${MBED_TOOLCHAIN} STREQUAL "GCC_ARM" )
7271 target_compile_definitions (mbed-core
7372 INTERFACE
You can’t perform that action at this time.
0 commit comments