Home
last modified time | relevance | path

Searched refs:ARCH (Results 1 – 3 of 3) sorted by relevance

/DragonBoot/tools/
H A Drun-qemu.sh7 export ARCH=${ARCH:=riscv64}
8 echo "ARCH: ${ARCH}"
11 DISK_NAME="disk-${ARCH}.img"
13 QEMU=qemu-system-${ARCH}
27 if [ ${ARCH} == "riscv64" ]; then
70 if [ ${ARCH} == "riscv64" ]; then
150 if [ ${ARCH} == "riscv64" ]; then
/DragonBoot/
H A DMakefile13 export ARCH ?= riscv64 macro
15 ifeq ($(ARCH), riscv64)
33 ifeq ($(ARCH), riscv64)
42 ifeq ($(ARCH), riscv64)
/DragonBoot/.github/workflows/
H A Driscv64-build.yml38 ARCH=riscv64 make