mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 06:42:32 +08:00
This commit moves all of the libraries under a common directory called libs/. This most certainly break libcxx and uClibc++ for now.
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.
This commit is contained in:
@@ -1662,7 +1662,7 @@ endmenu
|
||||
|
||||
menu "Graphics Support"
|
||||
source graphics/Kconfig
|
||||
source libnx/Kconfig
|
||||
source libs/libnx/Kconfig
|
||||
endmenu
|
||||
|
||||
menu "Memory Management"
|
||||
@@ -1682,8 +1682,8 @@ source binfmt/Kconfig
|
||||
endmenu
|
||||
|
||||
menu "Library Routines"
|
||||
source libc/Kconfig
|
||||
source libxx/Kconfig
|
||||
source libs/libc/Kconfig
|
||||
source libs/libxx/Kconfig
|
||||
endmenu
|
||||
|
||||
menu "Application Configuration"
|
||||
|
||||
Reference in New Issue
Block a user