Browse Source

gccrs: Add gcc-check-target check-rust

This allows us to invoke the rust testsuite.

	* Makefile.def: Add Rust language.
gdb-14-branch
Philip Herron 3 years ago
committed by Alan Modra
parent
commit
dbd77e2194
  1. 1
      Makefile.def

1
Makefile.def

@ -705,6 +705,7 @@ languages = { language=m2; gcc-check-target=check-m2;
languages = { language=d; gcc-check-target=check-d;
lib-check-target=check-target-libphobos; };
languages = { language=jit; gcc-check-target=check-jit; };
languages = { language=rust; gcc-check-target=check-rust; };
// Toplevel bootstrap
bootstrap_stage = { id=1 ; };

Loading…
Cancel
Save