Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
12 lines
388 B
Makefile
12 lines
388 B
Makefile
TARGET_ARCH=riscv64
|
|
TARGET_BASE_ARCH=riscv
|
|
TARGET_ABI_DIR=riscv
|
|
TARGET_XML_FILES= riscv-64bit-cpu.xml riscv-32bit-fpu.xml riscv-64bit-fpu.xml riscv-64bit-virtual.xml
|
|
CONFIG_SEMIHOSTING=y
|
|
CONFIG_ARM_COMPATIBLE_SEMIHOSTING=y
|
|
TARGET_SYSTBL_ABI=64
|
|
TARGET_SYSTBL_ABI=common,64,riscv,rlimit,memfd_secret
|
|
TARGET_SYSTBL=syscall.tbl
|
|
TARGET_LONG_BITS=64
|
|
TARGET_NOT_USING_LEGACY_NATIVE_ENDIAN_API=y
|