(...snip...)
+RUST_SELFTEST_FLAGS = -xrs $(SELFTEST_FLAGS)
I've noticed that this patch contains a typo which prevents self-tests
from running properly. This should be `-xrust`, not `-xrs`. I assume
there will be some other review comments, so that will be fixed in a v4
of the patches.
So
From: Philip Herron
This is the Makefile for our front-end.
---
gcc/rust/Make-lang.in | 399 ++
1 file changed, 399 insertions(+)
create mode 100644 gcc/rust/Make-lang.in
diff --git a/gcc/rust/Make-lang.in b/gcc/rust/Make-lang.in
new file mode 100644
ind