From: Andrew Waterman Date: Mon, 29 Feb 2016 07:28:32 +0000 (-0800) Subject: Fix capitalization of XLEN variable X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=fb9e416be46e8018c8333553136b91401bdd74a6;p=riscv-tests.git Fix capitalization of XLEN variable --- diff --git a/isa/Makefile b/isa/Makefile index f815309..415778e 100644 --- a/isa/Makefile +++ b/isa/Makefile @@ -75,7 +75,7 @@ endef $(eval $(call compile_template,rv32ui,-m32)) $(eval $(call compile_template,rv32si,-m32)) $(eval $(call compile_template,rv32mi,-m32)) -ifeq ($(xlen),64) +ifeq ($(XLEN),64) $(eval $(call compile_template,rv64ui)) $(eval $(call compile_template,rv64uf)) $(eval $(call compile_template,rv64si))