projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
27a0285
)
gccrs: Add gcc-check-target check-rust
author
Philip Herron
<philip.herron@embecosm.com>
Mon, 7 Aug 2023 11:07:46 +0000
(13:07 +0200)
committer
Alan Modra
<amodra@gmail.com>
Sat, 12 Aug 2023 00:55:06 +0000
(10:25 +0930)
This allows us to invoke the rust testsuite.
* Makefile.def: Add Rust language.
Makefile.def
patch
|
blob
|
history
diff --git
a/Makefile.def
b/Makefile.def
index 1ea798ce1a33ffa40da60e5d257ab7885a310401..870150183b9a099b16f8461ceda4f8a7b3c99aba 100644
(file)
--- 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 ; };