aboutsummaryrefslogtreecommitdiff
path: root/regression
diff options
context:
space:
mode:
authorPalmer Dabbelt <palmer@dabbelt.com>2017-11-03 11:05:41 -0700
committerPalmer Dabbelt <palmer@dabbelt.com>2017-11-03 11:05:41 -0700
commitc7990df4ad7657ec7d62e18750c806bbc827f82a (patch)
tree57dc2c7c2aec60c98862e8303dbe45ea3f39d16d /regression
parent5e7ee81e5510dff48934da582f742759a4805631 (diff)
downloadriscv-gnu-toolchain-c7990df4ad7657ec7d62e18750c806bbc827f82a.zip
riscv-gnu-toolchain-c7990df4ad7657ec7d62e18750c806bbc827f82a.tar.gz
riscv-gnu-toolchain-c7990df4ad7657ec7d62e18750c806bbc827f82a.tar.bz2
Add a "make build" target, to build all the toolchains
Diffstat (limited to 'regression')
-rw-r--r--regression/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/regression/Makefile b/regression/Makefile
index 7800c2c..4524beb 100644
--- a/regression/Makefile
+++ b/regression/Makefile
@@ -35,6 +35,9 @@ TARGETS += linux-rv64imafdc-lp64d-medany
# that when running "make report" we run all the test suites before running any
# of the reports. Since the various check targets are never supposed to fail,
# this lets me ensure that re-running "make report" is always fast.
+.PHONY: build
+build: $(addprefix stamps/build-,$(TARGETS))
+
.PHONY: check
check: $(addprefix stamps/check-,$(TARGETS))