From 0918c6006b86da48e77d60601a64a97c7fbcf6b9 Mon Sep 17 00:00:00 2001 From: Christian Prochaska Date: Thu, 3 Apr 2014 17:39:19 +0200 Subject: [PATCH] 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. --- libports/lib/mk/stdcxx.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/libports/lib/mk/stdcxx.mk b/libports/lib/mk/stdcxx.mk index df3e1d7475..6599344ae6 100644 --- a/libports/lib/mk/stdcxx.mk +++ b/libports/lib/mk/stdcxx.mk @@ -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