mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
stdcxx: create 'typeinfo' symlink
The 'typeinfo' header file is needed by the ICU library. Issue #828.
This commit is contained in:
parent
c4627fab44
commit
6741af07aa
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user