aboutsummaryrefslogtreecommitdiff
path: root/Makefile.def
diff options
context:
space:
mode:
authorIain Sandoe <iain@sandoe.co.uk>2021-08-07 14:45:56 +0100
committerIain Sandoe <iain@sandoe.co.uk>2021-09-17 14:22:50 +0100
commit8593d2fcbb86a5a9102bbdfd36b88e184fc53258 (patch)
tree084854bc618f626f09da7a247813d160d80427e9 /Makefile.def
parent4703182a06b831a9f47a5f8198e86042cadd938d (diff)
configure, jit: Allow for 'make check-gcc-jit'.
This is a convenience feature that allows the user to do "make check-gcc-jit" at the top level of the build to check that facility in isolation from others. Signed-off-by: Iain Sandoe <iain@sandoe.co.uk> ChangeLog: * Makefile.def: Add a jit check target for the jit language. * Makefile.in: Regenerate.
Diffstat (limited to 'Makefile.def')
-rw-r--r--Makefile.def1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.def b/Makefile.def
index 90316364d01..1bed8c1bff4 100644
--- a/Makefile.def
+++ b/Makefile.def
@@ -656,6 +656,7 @@ languages = { language=go; gcc-check-target=check-go;
lib-check-target=check-gotools; };
languages = { language=d; gcc-check-target=check-d;
lib-check-target=check-target-libphobos; };
+languages = { language=jit; gcc-check-target=check-jit; };
// Toplevel bootstrap
bootstrap_stage = { id=1 ; };