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
1 changed files with 8 additions and 3 deletions
|
|
@ -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…
Add table
Reference in a new issue