public inbox for binutils-cvs@sourceware.org
 help / color / mirror / Atom feed
* [binutils-gdb] gccrs: Add gcc-check-target check-rust
@ 2023-08-12  1:02 Alan Modra
  0 siblings, 0 replies; only message in thread
From: Alan Modra @ 2023-08-12  1:02 UTC (permalink / raw)
  To: bfd-cvs, gdb-cvs

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=dbd77e21946f3d952f0c955c83a4fbe6fa630ef1

commit dbd77e21946f3d952f0c955c83a4fbe6fa630ef1
Author: Philip Herron <philip.herron@embecosm.com>
Date:   Mon Aug 7 13:07:46 2023 +0200

    gccrs: Add gcc-check-target check-rust
    
    This allows us to invoke the rust testsuite.
    
            * Makefile.def: Add Rust language.

Diff:
---
 Makefile.def | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Makefile.def b/Makefile.def
index 1ea798ce1a3..870150183b9 100644
--- a/Makefile.def
+++ b/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 ; };

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-08-12  1:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-08-12  1:02 [binutils-gdb] gccrs: Add gcc-check-target check-rust Alan Modra

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).