Skip to content

Commit 83681c3

Browse files
committed
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 <[email protected]> --- We probably needs gccrs-cross target like other supported languages.
1 parent b829e7c commit 83681c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gcc/rust/Make-lang.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ check_rust_parallelize = 10
140140
# was specified as a configure option.
141141
rust.srcextra:
142142

143-
rust.all.cross:
143+
rust.all.cross: gccrs$(exeext)
144144

145145
# idk what this does but someone used it
146146
rust.start.encap: gccrs$(exeext)

0 commit comments

Comments
 (0)