From: Michael Tremer Date: Fri, 5 Feb 2021 14:45:04 +0000 (-0500) Subject: Config: riscv64 is a 64 bit architecture X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=000ff407b9522b4dc98574357c94dd8d76929df6;p=people%2Fms%2Fipfire-2.x.git Config: riscv64 is a 64 bit architecture Signed-off-by: Michael Tremer --- diff --git a/lfs/Config b/lfs/Config index 9ca50c42b1..31ea8b79ac 100644 --- a/lfs/Config +++ b/lfs/Config @@ -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