From 9a995b0d259fa900e703205df3d095ed228778fc Mon Sep 17 00:00:00 2001 From: Brian Anderson Date: Fri, 29 Jul 2011 18:34:33 -0700 Subject: [PATCH] Fix a typo in tests.mk that was building stdtest with the wrong compiler --- mk/tests.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mk/tests.mk b/mk/tests.mk index 309b7d49423..9150a8c3db9 100644 --- a/mk/tests.mk +++ b/mk/tests.mk @@ -105,7 +105,7 @@ check-stage$(2)-std: test/stdtest.stage$(2).out \ test/stdtest.stage$(2)$$(X): $$(STDTEST_CRATE) $$(STDTEST_INPUTS) \ $$(SREQ$(2)) @$$(call E, compile_and_link: $$@) - $$(STAGE1) -o $$@ $$< --test + $$(STAGE$(2)) -o $$@ $$< --test test/stdtest.stage$(2).out.tmp: test/stdtest.stage$(2)$$(X) @$$(call E, run: $$<) -- GitLab