mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-16 07:27:35 +00:00
parent
a4d67c3262
commit
ee5d300f72
2039
repos/libports/include/spec/riscv/stdcxx/bits/c++config.h
Normal file
2039
repos/libports/include/spec/riscv/stdcxx/bits/c++config.h
Normal file
File diff suppressed because it is too large
Load Diff
@ -17,6 +17,10 @@ ifeq ($(filter-out $(SPECS),arm_64),)
|
||||
INC_DIR += $(STDCXX_INCLUDE_DIR)/../spec/arm_64/stdcxx
|
||||
endif
|
||||
|
||||
ifeq ($(filter-out $(SPECS),riscv),)
|
||||
INC_DIR += $(STDCXX_INCLUDE_DIR)/../spec/riscv/stdcxx
|
||||
endif
|
||||
|
||||
ifeq ($(filter-out $(SPECS),x86_32),)
|
||||
INC_DIR += $(STDCXX_INCLUDE_DIR)/../spec/x86_32/stdcxx
|
||||
endif
|
||||
|
@ -11,6 +11,7 @@ PORT_DIR := $(call port_dir,$(REP_DIR)/ports/stdcxx)
|
||||
content: include/stdcxx \
|
||||
include/spec/arm/stdcxx \
|
||||
include/spec/arm_64/stdcxx \
|
||||
include/spec/riscv/stdcxx \
|
||||
include/spec/x86_32/stdcxx \
|
||||
include/spec/x86_64/stdcxx
|
||||
|
||||
@ -27,6 +28,10 @@ include/spec/arm_64/stdcxx:
|
||||
mkdir -p $@
|
||||
cp -r $(REP_DIR)/$@/* $@/
|
||||
|
||||
include/spec/riscv/stdcxx:
|
||||
mkdir -p $@
|
||||
cp -r $(REP_DIR)/$@/* $@/
|
||||
|
||||
include/spec/x86_32/stdcxx:
|
||||
mkdir -p $@
|
||||
cp -r $(REP_DIR)/$@/* $@/
|
||||
|
Loading…
x
Reference in New Issue
Block a user