Skip to content

Commit b591e03

Browse files
committed
yquake2 compiling in riscv boards
It's still disabled in Config.in for these boards, until someone can properly test it in actual hardware.
1 parent 593e5fc commit b591e03

4 files changed

Lines changed: 8 additions & 0 deletions

File tree

package/batocera/ports/yquake2/yquake2-rogue/yquake2-rogue.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ifeq ($(BR2_aarch64),y)
1717
YQUAKE2_ROGUE_BUILD_ARGS += YQ2_ARCH=aarch64
1818
else ifeq ($(BR2_arm),y)
1919
YQUAKE2_ROGUE_BUILD_ARGS += YQ2_ARCH=arm
20+
else ifeq ($(BR2_riscv),y)
21+
YQUAKE2_ROGUE_BUILD_ARGS += YQ2_ARCH=riscv
2022
else ifeq ($(BR2_x86_64),y)
2123
YQUAKE2_ROGUE_BUILD_ARGS += YQ2_ARCH=x86_64
2224
else ifeq ($(BR2_i386),y)

package/batocera/ports/yquake2/yquake2-xatrix/yquake2-xatrix.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ifeq ($(BR2_aarch64),y)
1717
YQUAKE2_XATRIX_BUILD_ARGS += YQ2_ARCH=aarch64
1818
else ifeq ($(BR2_arm),y)
1919
YQUAKE2_XATRIX_BUILD_ARGS += YQ2_ARCH=arm
20+
else ifeq ($(BR2_riscv),y)
21+
YQUAKE2_XATRIX_BUILD_ARGS += YQ2_ARCH=riscv
2022
else ifeq ($(BR2_x86_64),y)
2123
YQUAKE2_XATRIX_BUILD_ARGS += YQ2_ARCH=x86_64
2224
else ifeq ($(BR2_i386),y)

package/batocera/ports/yquake2/yquake2-zaero/yquake2-zaero.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ ifeq ($(BR2_aarch64),y)
1717
YQUAKE2_ZAERO_BUILD_ARGS += YQ2_ARCH=aarch64
1818
else ifeq ($(BR2_arm),y)
1919
YQUAKE2_ZAERO_BUILD_ARGS += YQ2_ARCH=arm
20+
else ifeq ($(BR2_riscv),y)
21+
YQUAKE2_ZAERO_BUILD_ARGS += YQ2_ARCH=riscv
2022
else ifeq ($(BR2_x86_64),y)
2123
YQUAKE2_ZAERO_BUILD_ARGS += YQ2_ARCH=x86_64
2224
else ifeq ($(BR2_i386),y)

package/batocera/ports/yquake2/yquake2.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ ifeq ($(BR2_aarch64),y)
3939
YQUAKE2_BUILD_ARGS += YQ2_ARCH=aarch64
4040
else ifeq ($(BR2_arm),y)
4141
YQUAKE2_BUILD_ARGS += YQ2_ARCH=arm
42+
else ifeq ($(BR2_riscv),y)
43+
YQUAKE2_BUILD_ARGS += YQ2_ARCH=riscv
4244
else ifeq ($(BR2_x86_64),y)
4345
YQUAKE2_BUILD_ARGS += YQ2_ARCH=x86_64
4446
else ifeq ($(BR2_i386),y)

0 commit comments

Comments
 (0)