tools: Missed a couple of changes of libcxx to libxx.

This commit is contained in:
Gregory Nutt
2018-05-29 18:16:43 -06:00
parent 4697a74cc7
commit a0c663edc9
5 changed files with 16 additions and 8 deletions
+2 -2
View File
@@ -69,7 +69,7 @@ USERLIBS += staging$(DELIM)libumm$(LIBEXT) staging$(DELIM)libuarch$(LIBEXT)
# be defined in Make.defs for this to work!
ifeq ($(CONFIG_HAVE_CXX),y)
USERLIBS += staging$(DELIM)libcxx$(LIBEXT)
USERLIBS += staging$(DELIM)$(LIBXX)$(LIBEXT)
endif
# Add library for application support.
@@ -126,7 +126,7 @@ endif
# Add C++ library
ifeq ($(CONFIG_HAVE_CXX),y)
NUTTXLIBS += staging$(DELIM)libcxx$(LIBEXT)
NUTTXLIBS += staging$(DELIM)$(LIBXX)$(LIBEXT)
endif
# Export only the user libraries