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
23
23
INTERFACE
24
24
mbed-core
25
25
)
26
-
27
26
# Validate selected C library type
28
27
# The C library type selected has to match the library that the target can support
29
28
if (${MBED_C_LIB} STREQUAL "small" )
@@ -35,7 +34,7 @@ if(${MBED_C_LIB} STREQUAL "small")
35
34
" we are using the standard C library instead."
36
35
)
37
36
set (MBED_C_LIB "std" CACHE STRING "" )
38
- endif ()
37
+ endif ()
39
38
endif ()
40
39
elseif (NOT ${MBED_C_LIB} IN_LIST MBED_TARGET_SUPPORTED_C_LIBS )
41
40
message (FATAL_ERROR
@@ -67,7 +66,7 @@ target_compile_definitions(mbed-core
67
66
68
67
# Add compile definitions for backward compatibility with the toolchain
69
68
# 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.
71
70
if (${MBED_TOOLCHAIN} STREQUAL "GCC_ARM" )
72
71
target_compile_definitions (mbed-core
73
72
INTERFACE
You can’t perform that action at this time.
0 commit comments