From: Andrew Waterman Date: Tue, 19 Jul 2016 00:43:15 +0000 (-0700) Subject: Default to XLEN=64 when building in-place X-Git-Url: https://git.libre-soc.org/?p=riscv-tests.git;a=commitdiff_plain;h=0849aad0c23f24ed7728128873fc852839e988b1;hp=7f3b666f55c9f01c2f2fd725c1686e1a509df173 Default to XLEN=64 when building in-place --- diff --git a/benchmarks/Makefile b/benchmarks/Makefile index 965246e..ce9d4f9 100644 --- a/benchmarks/Makefile +++ b/benchmarks/Makefile @@ -4,6 +4,8 @@ # Yunsup Lee (yunsup@cs.berkeley.edu) # +XLEN ?= 64 + default: all src_dir = . diff --git a/isa/Makefile b/isa/Makefile index facc611..95092e8 100644 --- a/isa/Makefile +++ b/isa/Makefile @@ -2,6 +2,8 @@ # Makefile for riscv-tests/isa #----------------------------------------------------------------------- +XLEN ?= 64 + src_dir := . include $(src_dir)/rv64ui/Makefrag