mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-25 00:03:43 +00:00
powerpc: Support configure on native ppc[64] hosts
This commit is contained in:
parent
c62ae87db2
commit
a0297cbe12
5
configure
vendored
5
configure
vendored
@ -461,7 +461,10 @@ case $CFG_CPUTYPE in
|
||||
CFG_CPUTYPE=aarch64
|
||||
;;
|
||||
|
||||
powerpc)
|
||||
# At some point, when ppc64[le] support happens, this will need to do
|
||||
# something clever. For now it's safe to assume that we're only ever
|
||||
# interested in building 32 bit.
|
||||
powerpc | ppc | ppc64)
|
||||
CFG_CPUTYPE=powerpc
|
||||
;;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user