Skip to content

Commit 7666d4f

Browse files
authored
make powerp64 use powerpc64-linux-gnu prefix (#1474)
It used `powerpc-linux-gnu` before, which is 32-bit powerpc
1 parent 4a2a448 commit 7666d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3490,7 +3490,7 @@ impl Build {
34903490
"powerpc-unknown-linux-gnu" => Some("powerpc-linux-gnu"),
34913491
"powerpc-unknown-linux-gnuspe" => Some("powerpc-linux-gnuspe"),
34923492
"powerpc-unknown-netbsd" => Some("powerpc--netbsd"),
3493-
"powerpc64-unknown-linux-gnu" => Some("powerpc-linux-gnu"),
3493+
"powerpc64-unknown-linux-gnu" => Some("powerpc64-linux-gnu"),
34943494
"powerpc64le-unknown-linux-gnu" => Some("powerpc64le-linux-gnu"),
34953495
"riscv32i-unknown-none-elf" => self.find_working_gnu_prefix(&[
34963496
"riscv32-unknown-elf",

0 commit comments

Comments
 (0)