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:
Xiang Xiao
2019-12-31 10:28:48 -06:00
committed by patacongo
parent 5fb5a9dfdd
commit 443255f348
7 changed files with 8 additions and 20 deletions
-6
View File
@@ -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)