mirror of
https://github.com/apache/nuttx.git
synced 2026-09-10 02:46:33 +00:00
uClibc++:remove typeinfo.cpp that confict with libsupc++
Typeinfo.cpp already defined in libsupc++ Change-Id: Ie61b95d8fa9da2034b57498de006dce8551c5ad5
This commit is contained in:
parent
aa1c65a364
commit
4d1affa210
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue