On Wed, Aug 24, 2022 at 2:08 PM <[email protected]> wrote:
>
> From: Philip Herron <[email protected]>
>
> This allows us to invoke the rust testsuite.
OK.
>
> ChangeLog:
> * Makefile.def: Add autogen target
> * Makefile.in: regenerate via autogen
> ---
> Makefile.def | 1 +
> Makefile.in | 8 ++++++++
> 2 files changed, 9 insertions(+)
>
> diff --git a/Makefile.def b/Makefile.def
> index 3291b126b26..821016af3a2 100644
> --- a/Makefile.def
> +++ b/Makefile.def
> @@ -681,6 +681,7 @@ languages = { language=go; gcc-check-target=check-go;
> 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 ; };
> diff --git a/Makefile.in b/Makefile.in
> index 1919dfee829..9ed2c0dec52 100644
> --- a/Makefile.in
> +++ b/Makefile.in
> @@ -60583,6 +60583,14 @@ check-gcc-jit:
> (cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) check-jit);
> check-jit: check-gcc-jit
>
> +.PHONY: check-gcc-rust check-rust
> +check-gcc-rust:
> + r=`${PWD_COMMAND}`; export r; \
> + s=`cd $(srcdir); ${PWD_COMMAND}`; export s; \
> + $(HOST_EXPORTS) \
> + (cd gcc && $(MAKE) $(GCC_FLAGS_TO_PASS) check-rust);
> +check-rust: check-gcc-rust
> +
>
> # The gcc part of install-no-fixedincludes, which relies on an intimate
> # knowledge of how a number of gcc internal targets (inter)operate.
> Delegate.
> --
> 2.25.1
>
--
Gcc-rust mailing list
[email protected]
https://gcc.gnu.org/mailman/listinfo/gcc-rust