uClibc++ updates
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5302 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
824fbb092d
commit
5630a52bb4
@ -40,9 +40,14 @@
|
||||
ASRCS =
|
||||
CSRCS =
|
||||
|
||||
CXXSRCS = libxx_cxapurevirtual.cxx libxx_delete.cxx libxx_deletea.cxx
|
||||
CXXSRCS += libxx_eabi_atexit.cxx libxx_cxa_atexit.cxx libxx_new.cxx
|
||||
CXXSRCS += libxx_newa.cxx
|
||||
CXXSRCS = libxx_cxapurevirtual.cxx libxx_eabi_atexit.cxx libxx_cxa_atexit.cxx
|
||||
|
||||
# Some of the libxx/ files are not need if uClibc++ is installed because
|
||||
# uClibx++ replaces them
|
||||
|
||||
ifneq ($(CONFIG_UCLIBCXX),y)
|
||||
CXXSRCS += libxx_delete.cxx libxx_deletea.cxx libxx_new.cxx libxx_newa.cxx
|
||||
endif
|
||||
|
||||
# Paths
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user