mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-15 12:39:31 +03:00
mk: Fix cross prefix for powerpc64
Looks like the way to create these executables is to use the standard `powerpc-linux-gnu-gcc` compiler but with the `-m64` option.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
# powerpc64-unknown-linux-gnu configuration
|
||||
CROSS_PREFIX_powerpc64-unknown-linux-gnu=powerpc64-linux-gnu-
|
||||
CROSS_PREFIX_powerpc64-unknown-linux-gnu=powerpc-linux-gnu-
|
||||
CC_powerpc64-unknown-linux-gnu=$(CC)
|
||||
CXX_powerpc64-unknown-linux-gnu=$(CXX)
|
||||
CPP_powerpc64-unknown-linux-gnu=$(CPP)
|
||||
|
||||
Reference in New Issue
Block a user