mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
committed by
Norman Feske
parent
6dbdb966fc
commit
43da93bb6f
@@ -85,6 +85,9 @@ endif
|
|||||||
ifeq ($(findstring arm_v8, $(SPECS)), arm_v8)
|
ifeq ($(findstring arm_v8, $(SPECS)), arm_v8)
|
||||||
CONFIGURE_ARGS += --host aarch64-none-elf
|
CONFIGURE_ARGS += --host aarch64-none-elf
|
||||||
endif
|
endif
|
||||||
|
ifeq ($(findstring riscv, $(SPECS)), riscv)
|
||||||
|
CONFIGURE_ARGS += --host riscv64-unknown-elf
|
||||||
|
endif
|
||||||
ifeq ($(findstring x86, $(SPECS)), x86)
|
ifeq ($(findstring x86, $(SPECS)), x86)
|
||||||
CONFIGURE_ARGS += --host x86_64-pc-elf
|
CONFIGURE_ARGS += --host x86_64-pc-elf
|
||||||
endif
|
endif
|
||||||
|
|||||||
Reference in New Issue
Block a user