mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-18 07:08:18 +00:00
committed by
Norman Feske
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
|
INC_DIR += $(STDCXX_INCLUDE_DIR)/../spec/arm_64/stdcxx
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
ifeq ($(filter-out $(SPECS),riscv),)
|
||||||
|
INC_DIR += $(STDCXX_INCLUDE_DIR)/../spec/riscv/stdcxx
|
||||||
|
endif
|
||||||
|
|
||||||
ifeq ($(filter-out $(SPECS),x86_32),)
|
ifeq ($(filter-out $(SPECS),x86_32),)
|
||||||
INC_DIR += $(STDCXX_INCLUDE_DIR)/../spec/x86_32/stdcxx
|
INC_DIR += $(STDCXX_INCLUDE_DIR)/../spec/x86_32/stdcxx
|
||||||
endif
|
endif
|
||||||
|
@ -11,6 +11,7 @@ PORT_DIR := $(call port_dir,$(REP_DIR)/ports/stdcxx)
|
|||||||
content: include/stdcxx \
|
content: include/stdcxx \
|
||||||
include/spec/arm/stdcxx \
|
include/spec/arm/stdcxx \
|
||||||
include/spec/arm_64/stdcxx \
|
include/spec/arm_64/stdcxx \
|
||||||
|
include/spec/riscv/stdcxx \
|
||||||
include/spec/x86_32/stdcxx \
|
include/spec/x86_32/stdcxx \
|
||||||
include/spec/x86_64/stdcxx
|
include/spec/x86_64/stdcxx
|
||||||
|
|
||||||
@ -27,6 +28,10 @@ include/spec/arm_64/stdcxx:
|
|||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
cp -r $(REP_DIR)/$@/* $@/
|
cp -r $(REP_DIR)/$@/* $@/
|
||||||
|
|
||||||
|
include/spec/riscv/stdcxx:
|
||||||
|
mkdir -p $@
|
||||||
|
cp -r $(REP_DIR)/$@/* $@/
|
||||||
|
|
||||||
include/spec/x86_32/stdcxx:
|
include/spec/x86_32/stdcxx:
|
||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
cp -r $(REP_DIR)/$@/* $@/
|
cp -r $(REP_DIR)/$@/* $@/
|
||||||
|
Reference in New Issue
Block a user