gcc/rust/Make-lang.in: add missing rust compiler driver

When building gccrs with Buildroot toolchain infrastructure, the gccrs
compiler driver is missing when intalling gcc.

This is due to missing depedency on gccrs$(exeext) in rust.all.cross
target.

Signed-off-by: Romain Naour <romain.naour@smile.fr>
---
We probably needs gccrs-cross target like other supported languages.
This commit is contained in:
Romain Naour 2022-04-08 09:28:23 +02:00
parent b829e7c0a2
commit 83681c3990
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@ check_rust_parallelize = 10
# was specified as a configure option.
rust.srcextra:
rust.all.cross:
rust.all.cross: gccrs$(exeext)
# idk what this does but someone used it
rust.start.encap: gccrs$(exeext)