boot/espressif: Remove toolchain libc linking
Fix unnecessary dependencies caused by toolchain's libc inclusion. Signed-off-by: Almir Okato <almir.okato@espressif.com>
This commit is contained in:
parent
ab9f8c13e1
commit
5ab8cfdaa3
|
@ -131,8 +131,6 @@ set(LDFLAGS
|
|||
"-lm"
|
||||
"-lgcc"
|
||||
"-lgcov"
|
||||
"-lstdc++"
|
||||
"-lc"
|
||||
)
|
||||
|
||||
add_subdirectory(hal)
|
||||
|
|
|
@ -90,8 +90,6 @@ set(LDFLAGS
|
|||
"-lm"
|
||||
"-lgcc"
|
||||
"-lgcov"
|
||||
"-lstdc++"
|
||||
"-lc"
|
||||
)
|
||||
|
||||
add_library(hal STATIC ${hal_srcs} ${INCLUDE_DIRS})
|
||||
|
|
Loading…
Reference in New Issue