mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 05:37:54 +00:00
parent
6dbdb966fc
commit
43da93bb6f
@ -85,6 +85,9 @@ endif
|
||||
ifeq ($(findstring arm_v8, $(SPECS)), arm_v8)
|
||||
CONFIGURE_ARGS += --host aarch64-none-elf
|
||||
endif
|
||||
ifeq ($(findstring riscv, $(SPECS)), riscv)
|
||||
CONFIGURE_ARGS += --host riscv64-unknown-elf
|
||||
endif
|
||||
ifeq ($(findstring x86, $(SPECS)), x86)
|
||||
CONFIGURE_ARGS += --host x86_64-pc-elf
|
||||
endif
|
||||
|
Loading…
Reference in New Issue
Block a user