mirror of
https://github.com/apache/nuttx.git
synced 2026-05-27 11:26:12 +08:00
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:
committed by
Xiang Xiao
parent
6611480904
commit
db31e56957
+5
-5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user