Hi!
On 2023-09-26T13:40:40+0200, Richard Biener wrote:
> On Wed, Sep 20, 2023 at 2:04 PM Arthur Cohen
> wrote:
>>
>> From: Pierre-Emmanuel Patry
>>
>> This patch series adds the build system changes to allow the Rust
>> frontend to develop and distribute its own libraries. The first library
>>
Hi!
On 2023-09-20T13:59:53+0200, Arthur Cohen wrote:
> From: Pierre-Emmanuel Patry
>
> Define the libgrust directory as a host compilation module as well as
> for targets.
> --- a/Makefile.def
> +++ b/Makefile.def
> @@ -149,6 +149,7 @@ host_modules= { module= libcc1;
> extra_configure_flags=--
On Wed, Sep 20, 2023 at 2:04 PM Arthur Cohen wrote:
>
> From: Pierre-Emmanuel Patry
>
> Define the libgrust directory as a host compilation module as well as
> for targets.
OK if you tested this doesn't break build when rust is enabled on trunk
(and doesn't build libgrust if not).
Richard.
> C
On Wed, Sep 20, 2023 at 2:04 PM Arthur Cohen wrote:
>
> From: Pierre-Emmanuel Patry
>
> This patch series adds the build system changes to allow the Rust
> frontend to develop and distribute its own libraries. The first library
> we have been working on is the `proc_macro` library, comprised of a