We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e8cf38 commit 0d46c68Copy full SHA for 0d46c68
libs/libxx/CMakeLists.txt
@@ -32,7 +32,7 @@ if(CONFIG_HAVE_CXX)
32
include(uClibc++.cmake)
33
elseif(CONFIG_LIBCXX)
34
include(libcxx.cmake)
35
- else()
+ elseif(CONFIG_LIBCXXMINI)
36
include(libcxxmini.cmake)
37
endif()
38
libs/libxx/Makefile
@@ -33,12 +33,13 @@ ifeq ($(CONFIG_UCLIBCXX),y)
include uClibc++.defs
else ifeq ($(CONFIG_LIBCXX),y)
include libcxx.defs
-else
+else ifeq ($(CONFIG_LIBCXXMINI),y)
include libcxxmini.defs
+endif
39
+
40
ifeq ($(CONFIG_ETL),y)
41
include etl.defs
42
endif
-endif
43
44
ifeq ($(CONFIG_LIBCXXABI),y)
45
include libcxxabi.defs
0 commit comments