stdcxx: create 'typeinfo' symlink

The 'typeinfo' header file is needed by the ICU library.

Issue #828.
This commit is contained in:
Christian Prochaska 2013-08-09 13:51:31 +02:00 committed by Norman Feske
parent c4627fab44
commit 6741af07aa
2 changed files with 4 additions and 0 deletions

1
.gitignore vendored
View File

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

View File

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