This website requires JavaScript.
Explore
Help
Sign In
pioduino
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
8ec233dfd06d39e4e01d92eba2eb0e161db580f3
esp-idf
/
components
/
newlib
/
project_include.cmake
T
8 lines
95 B
CMake
Raw
Normal View
History
Unescape
Escape
global: remove gcc 5.2 support
2019-11-05 12:20:26 +01:00
if
(
CONFIG_NEWLIB_NANO_FORMAT
)
set
(
LIBC
c_nano
)
components: correct dependency information for linking without link groups
2019-04-28 11:27:30 +08:00
else
(
)
global: remove gcc 5.2 support
2019-11-05 12:20:26 +01:00
set
(
LIBC
c
)
endif
(
)
components: correct dependency information for linking without link groups
2019-04-28 11:27:30 +08:00
global: remove gcc 5.2 support
2019-11-05 12:20:26 +01:00
set
(
LIBM
m
)
Reference in New Issue
Copy Permalink