Skip to content

Commit e43a5c5

Browse files
Merge #1092
1092: gcc/rust/Make-lang.in: add missing rust compiler driver r=philberty a=RomainNaour 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. With that fixed, the gcc toolchain with Rust support is correctly installed into Buildroot: $ ./test/gccrs/host/bin/aarch64-linux-gccrs --version aarch64-linux-gccrs (Buildroot 2022.02-442-g54d638fbd1-dirty) 12.0.1 20220118 (experimental) Note: We probably needs gccrs-cross target like other supported languages. Copyright assignment signed between Smile and the FSF to contribute to GNU tools. Co-authored-by: Romain Naour <[email protected]>
2 parents da3d59d + 83681c3 commit e43a5c5

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)