mirror of
https://github.com/apache/nuttx.git
synced 2026-08-19 04:28:21 +00:00
Squashed commit of the following:
libs/libxx: Fix some confusing in naming. If the directory is called libxx, then the library must be libxx.a (unless perhaps LIBCXX is selected).
libs/: Fix paths in moved library directories.
libs: Brute force move of libc, libnx, and libxx to libs. Cannot yet build it in that configuration.
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| lib_asctime.c | ||
| lib_asctimer.c | ||
| lib_calendar2utc.c | ||
| lib_clock.c | ||
| lib_ctime.c | ||
| lib_ctimer.c | ||
| lib_dayofweek.c | ||
| lib_daysbeforemonth.c | ||
| lib_difftime.c | ||
| lib_gettimeofday.c | ||
| lib_gmtime.c | ||
| lib_gmtimer.c | ||
| lib_isleapyear.c | ||
| lib_localtime.c | ||
| lib_mktime.c | ||
| lib_nanosleep.c | ||
| lib_settimeofday.c | ||
| lib_strftime.c | ||
| lib_time.c | ||
| Make.defs | ||