libxx: All cxx libraries move down one level

Since there are some patches that need to be loaded manually, the original method is rather confusing. Now these patches that need to be loaded manually are classified into various cxx library folders, and each dynamically downloaded cxx library is moved down one directory to make the directory structure clearer.

Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com>
This commit is contained in:
wangmingrong1
2024-11-06 16:30:22 +08:00
committed by Xiang Xiao
parent 6611480904
commit db31e56957
28 changed files with 486 additions and 493 deletions
+5 -5
View File
@@ -32,19 +32,19 @@ include $(TOPDIR)/Make.defs
# in the NuttX uClibc++ GIT repository for more information
ifeq ($(CONFIG_UCLIBCXX),y)
include uClibc++.defs
include uClibc++/Make.defs
else ifeq ($(CONFIG_LIBCXX),y)
include libcxx.defs
include libcxx/Make.defs
else ifeq ($(CONFIG_LIBCXXMINI),y)
include libcxxmini.defs
include libcxxmini/Make.defs
endif
ifeq ($(CONFIG_ETL),y)
include etl.defs
include etl/Make.defs
endif
ifeq ($(CONFIG_LIBCXXABI),y)
include libcxxabi.defs
include libcxxabi/Make.defs
endif
# Object Files