uClibc++:remove typeinfo.cpp that confict with libsupc++

Typeinfo.cpp already defined in libsupc++
This commit is contained in:
zhuyanlin 2021-09-08 18:17:16 +08:00 committed by Xiang Xiao
parent f47d28c108
commit 803599faeb
1 changed files with 1 additions and 1 deletions

View File

@ -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