You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2021/09/09 08:38:36 UTC

[incubator-nuttx] branch master updated: uClibc++:remove typeinfo.cpp that confict with libsupc++

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new 803599f  uClibc++:remove typeinfo.cpp that confict with libsupc++
803599f is described below

commit 803599faeb73b862bf9309d383553587b41e5329
Author: zhuyanlin <zh...@xiaomi.com>
AuthorDate: Wed Sep 8 18:17:16 2021 +0800

    uClibc++:remove typeinfo.cpp that confict with libsupc++
    
    Typeinfo.cpp already defined in libsupc++
---
 libs/libxx/uClibc++.defs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libs/libxx/uClibc++.defs b/libs/libxx/uClibc++.defs
index f10be48..b9bd340 100644
--- a/libs/libxx/uClibc++.defs
+++ b/libs/libxx/uClibc++.defs
@@ -41,7 +41,7 @@ CPPSRCS += complex.cpp deque.cpp exception.cpp fstream.cpp
 CPPSRCS += func_exception.cpp iomanip.cpp ios.cpp iostream.cpp istream.cpp
 CPPSRCS += iterator.cpp limits.cpp list.cpp locale.cpp map.cpp numeric.cpp
 CPPSRCS += ostream.cpp queue.cpp set.cpp sstream.cpp stack.cpp stdexcept.cpp
-CPPSRCS += streambuf.cpp string.cpp typeinfo.cpp utility.cpp valarray.cpp
+CPPSRCS += streambuf.cpp string.cpp utility.cpp valarray.cpp
 CPPSRCS += vector.cpp
 
 DEPPATH += --dep-path uClibc++/src