This website requires JavaScript.
Explore
Help
Register
Sign In
Crash_Override
/
OVMS3-idf
Watch
1
Star
0
Fork
You've already forked OVMS3-idf
0
Code
Issues
Pull requests
Projects
Releases
Wiki
Activity
37997407df
OVMS3-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 11:20:26 +00:00
if
(
CONFIG_NEWLIB_NANO_FORMAT
)
set
(
LIBC
c_nano
)
components: correct dependency information for linking without link groups
2019-04-28 03:27:30 +00:00
else
(
)
global: remove gcc 5.2 support
2019-11-05 11:20:26 +00:00
set
(
LIBC
c
)
endif
(
)
components: correct dependency information for linking without link groups
2019-04-28 03:27:30 +00:00
global: remove gcc 5.2 support
2019-11-05 11:20:26 +00:00
set
(
LIBM
m
)
Reference in a new issue
Copy permalink