From 6741af07aa7a584ef69d858dde3853af74e3f190 Mon Sep 17 00:00:00 2001 From: Christian Prochaska Date: Fri, 9 Aug 2013 13:51:31 +0200 Subject: [PATCH] stdcxx: create 'typeinfo' symlink The 'typeinfo' header file is needed by the ICU library. Issue #828. --- .gitignore | 1 + libports/ports/stdcxx.mk | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index 9dba7006c..e5b75af9b 100644 --- a/.gitignore +++ b/.gitignore @@ -104,6 +104,7 @@ /libports/include/stdcxx-genode/bits/nested_exception.h /libports/include/stdcxx-genode/exception /libports/include/stdcxx-genode/new +/libports/include/stdcxx-genode/typeinfo /libports/include/x86emu/stdint.h /libports/include/x86emu/stdio.h /libports/include/x86emu/stdlib.h diff --git a/libports/ports/stdcxx.mk b/libports/ports/stdcxx.mk index 81446cbd2..7a8c27ed1 100644 --- a/libports/ports/stdcxx.mk +++ b/libports/ports/stdcxx.mk @@ -15,6 +15,7 @@ PORTS += $(STDCXX) STDCXX_GEN_INCLUDES := \ include/stdcxx-genode/new \ include/stdcxx-genode/exception \ + include/stdcxx-genode/typeinfo \ include/stdcxx-genode/bits/c++allocator.h \ include/stdcxx-genode/bits/c++locale.h \ include/stdcxx-genode/bits/cpu_defines.h \ @@ -63,6 +64,8 @@ include/stdcxx-genode/new: $(VERBOSE)ln -s ../../$(CONTRIB_DIR)/$(STDCXX)/libsupc++/new $@ include/stdcxx-genode/exception: $(VERBOSE)ln -s ../../$(CONTRIB_DIR)/$(STDCXX)/libsupc++/exception $@ +include/stdcxx-genode/typeinfo: + $(VERBOSE)ln -s ../../$(CONTRIB_DIR)/$(STDCXX)/libsupc++/typeinfo $@ include/stdcxx-genode/bits/hash_bytes.h: $(VERBOSE)ln -s ../../../$(CONTRIB_DIR)/$(STDCXX)/libsupc++/hash_bytes.h $@ include/stdcxx-genode/bits/exception_defines.h: