This website requires JavaScript.
Explore
Help
Register
Sign In
alex
/
esp-idf
Watch
1
Star
0
Fork
0
You've already forked esp-idf
mirror of
https://github.com/espressif/esp-idf.git
synced
2024-10-05 20:47:46 -04:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
ca8fac876f
esp-idf
/
components
/
newlib
/
project_include.cmake
8 lines
95 B
CMake
Raw
Normal View
History
Unescape
Escape
global: remove gcc 5.2 support
2019-11-05 06:20:26 -05:00
if
(
CONFIG_NEWLIB_NANO_FORMAT
)
set
(
LIBC
c_nano
)
components: correct dependency information for linking without link groups
2019-04-27 23:27:30 -04:00
else
(
)
global: remove gcc 5.2 support
2019-11-05 06:20:26 -05:00
set
(
LIBC
c
)
endif
(
)
components: correct dependency information for linking without link groups
2019-04-27 23:27:30 -04:00
global: remove gcc 5.2 support
2019-11-05 06:20:26 -05:00
set
(
LIBM
m
)
Reference in New Issue
Copy Permalink