mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Unify the c++ standard library name to libxx (#19)
libs/libxx/Makefile, and tools/*.mk: Use common library name libxx.a, regardless of which libc++ library is selected.
This commit is contained in:
@@ -72,12 +72,6 @@ CLEANDIRS += $(APPDIR)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_LIBCXX),y)
|
||||
LIBXX=libcxx
|
||||
else
|
||||
LIBXX=libxx
|
||||
endif
|
||||
|
||||
KERNDEPDIRS += sched drivers boards $(ARCH_SRC)
|
||||
KERNDEPDIRS += fs binfmt
|
||||
CONTEXTDIRS = boards $(APPDIR)
|
||||
|
||||
Reference in New Issue
Block a user