mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
stdcxx: build 'tinfo.cc'
The 'tinfo.cc' file needs to get built, because it implements 'std::type_info::operator==(std::type_info const&) const', which is needed by the 'icu' library on ARM. Fixes #1109.
This commit is contained in:
parent
7f2b99e2a8
commit
0918c6006b
@ -32,6 +32,7 @@ SRC_CC += new_op.cc new_opnt.cc new_opv.cc new_opvnt.cc new_handler.cc
|
||||
SRC_CC += del_op.cc del_opnt.cc del_opv.cc del_opvnt.cc
|
||||
SRC_CC += bad_cast.cc bad_alloc.cc bad_typeid.cc
|
||||
SRC_CC += eh_aux_runtime.cc hash_bytes.cc
|
||||
SRC_CC += tinfo.cc
|
||||
INC_DIR += $(STDCXX_DIR)/libsupc++
|
||||
|
||||
include $(REP_DIR)/lib/import/import-stdcxx.mk
|
||||
|
Loading…
Reference in New Issue
Block a user