aboutsummaryrefslogtreecommitdiff
path: root/benchmarks
diff options
context:
space:
mode:
authorAndrew Waterman <waterman@cs.berkeley.edu>2016-07-18 17:43:15 -0700
committerAndrew Waterman <waterman@cs.berkeley.edu>2016-07-18 17:43:15 -0700
commit0849aad0c23f24ed7728128873fc852839e988b1 (patch)
tree905a63d3f6fa4a2449cd048f458d6b1107fdb97b /benchmarks
parent7f3b666f55c9f01c2f2fd725c1686e1a509df173 (diff)
downloadriscv-tests-0849aad0c23f24ed7728128873fc852839e988b1.zip
riscv-tests-0849aad0c23f24ed7728128873fc852839e988b1.tar.gz
riscv-tests-0849aad0c23f24ed7728128873fc852839e988b1.tar.bz2
Default to XLEN=64 when building in-place
Diffstat (limited to 'benchmarks')
-rw-r--r--benchmarks/Makefile2
1 files changed, 2 insertions, 0 deletions
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 = .