Config: riscv64 is a 64 bit architecture

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2021-02-05 09:45:04 -05:00
parent 02a6fbe2bf
commit 000ff407b9

View File

@@ -64,6 +64,10 @@ ifeq "$(BUILD_ARCH)" "i586"
IS_32BIT = 1
endif
ifeq "$(BUILD_ARCH)" "riscv64"
IS_64BIT = 1
endif
ifeq "$(TOOLCHAIN)" "1"
PREFIX = $(TOOLS_DIR)
else