aboutsummaryrefslogtreecommitdiff
path: root/isa
diff options
context:
space:
mode:
authorAndrew Waterman <andrew@sifive.com>2017-03-22 03:43:15 -0700
committerAndrew Waterman <andrew@sifive.com>2017-03-22 03:43:15 -0700
commit3f1859129af6d26a3357cc1120c75e89d2aa8aaf (patch)
tree0db00d0f6d90b20ba76f7350fff14dbfcfbb4238 /isa
parenta83e3b9243e57a50de283fc07d5b6c81c0443b3d (diff)
downloadriscv-tests-3f1859129af6d26a3357cc1120c75e89d2aa8aaf.zip
riscv-tests-3f1859129af6d26a3357cc1120c75e89d2aa8aaf.tar.gz
riscv-tests-3f1859129af6d26a3357cc1120c75e89d2aa8aaf.tar.bz2
Clean up benchmarks build
Diffstat (limited to 'isa')
-rw-r--r--isa/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/isa/Makefile b/isa/Makefile
index 89c2ef9..7f22c53 100644
--- a/isa/Makefile
+++ b/isa/Makefile
@@ -92,8 +92,6 @@ tests_out = $(addsuffix .out, $(spike_tests))
tests32_out = $(addsuffix .out32, $(spike32_tests))
run: $(tests_out) $(tests32_out)
- echo; perl -ne 'print " [$$1] $$ARGV \t$$2\n" if /\*{3}(.{8})\*{3}(.*)/' \
- $(tests_out) $(tests32_out); echo;
junk += $(tests) $(tests_dump) $(tests_hex) $(tests_out) $(tests32_out)